Created
April 26, 2015 06:25
-
-
Save alexanderad/65aab071d3692205ba18 to your computer and use it in GitHub Desktop.
iterm2 additional key codes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FOR ACTION SEND | |
⌥Shift← "HEX CODE" 0x01 < line start | |
⌥Shift→ "HEX CODE" 0x05 > line end | |
⌥← "SEND ESC SEQ" b < one word back | |
⌥→ "SEND ESC SEQ" f > one word forward | |
⌥w "SEND ESC SEQ" 0x17 delete one word | |
⌥ShiftW "SEND ESC SEQ" 0x15 delete line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment