iTerm2 keyboard shortcut for moving tabs around

Viewed 64625

Say I want to place one tab next to another. Currently I do this by clicking and dragging. This increases productivity because if I'm switching between 2 regular tasks in iTerm I want to place the tabs next to each other so I can switch between them quickly.

I can switch between tabs using keyboard shortcuts cmd+} and cmd+{.

But is there a way to move tabs around using keyboard shortcuts?

10 Answers

for me

 CMD + [   // for previous tab 
 CMD + ]  // for next tab

version 3.1.3

I reckon , screen shot will help . Please check key mappings section. enter image description here

Iterm2 Build 3.2.7 on High Sierra (10.13.6): simply two keys:

CMD + Right_Arrow: move to next tab === CMD + Shift + ]

CMD + Left_Arrow: move to previous tab === CMD + Shift + [

Here are the default hotkeys in iTerm2 3.3.12. You can change the key by going to Preferences > Keys.

iTerm2 3.3.12

Related