Tabs and Windows
| Function | Shortcut |
|---|
| New Tab | ⌘ + T |
| Close Tab or Window | ⌘ + W (same as many mac apps) |
| Go to Tab | ⌘ + Number Key (ie: ⌘2 is 2nd tab) |
| Go to Split Pane by Direction | ⌘ + Option + Arrow Key |
Splitting |
Split Window Vertically (same profile) | ⌘ + D
Split Window Horizontally (same profile) | ⌘ + Shift + D (mnemonic: shift is a wide horizontal key)
Fullscreen |
Fullscreen | ⌘+ Enter
Basic Moves
| Function | Shortcut |
|---|
| Move back one character | Ctrl + B |
| Move forward one character | Ctrl + F |
| Delete current character | Ctrl + D |
| Delete previous word (in shell) | Ctrl + W |
| Undo | Ctrl + - |
Moving Faster
| Function | Shortcut |
|---|
| Move to the start of line | Ctrl + A or Home |
| Move to the end of line | Ctrl + E or End |
| Move forward a word | Option + F |
| Move backward a word | Option + B |
Search the Command History
| Function | Shortcut |
|---|
| Search as you type | Ctrl + R and type the search term; Repeat Ctrl + R to loop through result |
Misc
| Function | Shortcut |
|---|
Clear the screen/pane ⌘ + K | |
| Broadcast command to all panes in window (nice when needed!) | ⌘ + Alt + I (again to toggle) |