Iterm2 Shell Code
| shortcut | command | description |
|---|---|---|
| ALT <= | Send Escape Sequence: b |
move left one word |
| ALT => | Send Escape Sequence: f |
move right one word |
| WIN <= | SEND HEX CODE: 0x01 |
move left to head |
| WIN => | SEND HEX CODE: 0x05 |
move right one tail |
| ALT DEL | SEND HEX CODE: 0x17 |
Delete one word |
| WIN DEL | SEND HEX CODE: 0x15 |
Delete one line |
Iterm2 Shell Code
https://rug.al/2018/2018-01-03-iterm2-shell-code/