Applications/tools/iterm2.md
2024-04-03 22:04:13 +02:00

28 lines
967 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# iTerm2
## Tabs and Windows
Shortcut | Description
---|---
`[⌘ Command] + [T]` | New Tab
`[⌘ Command] + [⟶ Right]` | Next Tab
`[⌘ Command] + [⟵ Left]` | Previous Tab
`[⌘ Command] + [W]` | Close Window or Tab
`[⇧ Shift] + [⌘ Command] + [⟶ Right]` | Move Tab right
`[⇧ Shift] + [⌘ Command] + [⟵ Left]` | Move Tab left
`[⌘ Command] + [1], [2], ...` | Go to Tab 1,2,...
`[⌘ Command] + [D]` | Split Window Vertically
`[⇧ Shift] + [⌘ Command] + [D]` | Split Window Horizontally
`[⌘ Command] + [↵ Enter]` | Toggle Fullscreen
`[⇧ Shift] + [⌘ Command] + [↵ Enter]` | Maximize
## Cursor and selection
Shortcut | Description
---|---
`[˄ Control] + [B]` | Move back one character
`[˄ Control] + [F]` | Move forward one character
`[˄ Control] + [D]` | Delete current character
`[˄ Control] + [W]` | Delete previous word (in shell)
`[˄ Control] + [A]` | Move to the start of line
`[˄ Control] + [E]` | Move to the end of line