Keys | Config | Desc |
---|---|---|
⌘ Del | send hex 0x15 | delete line |
⌥ Del | send hex 0x1B 0x08 | delete word |
⌘ ← | send hex 0x01 | move cursor to the beginning of a line |
⌘ → | send hex 0x05 | move cursor to the end of a line |
⌥ ← | send esc seq Esc+b | move cursor to the left by word |
⌥ → | send esc seq Esc+f | move cursor to the right by word |
⇧ ⌥ ← | move start of sel back by word | select to the left by word |
⇧ ⌥ → | move end of sel forward by word | select to the right by word |
Last active
October 9, 2023 10:27
-
-
Save danylokos/8296feb2efd9db6699820ff2e7170cec to your computer and use it in GitHub Desktop.
iTerm2 key bindings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment