This table contains a list of escape or hex values that can be used to mimic existing key functionality from macOS inside of Iterm. These mappings work in both vim and tmux.
| key | description | type | binding |
|---|---|---|---|
| ⌥ ← | Move one word to the left | escape | [1;5D |
| ⌥ → | Move one word to the right | escape | [1;5C |
| ⌘ ← | Move to start of line | escape | [1~ |
| ⌘ → | Move to end of line | escape | [4~ |
| ⌥ ⌫ | Delete word | hex | 0x17 |
| ⌘ ⌫ | Delete line | hex | 0x15 |