Skip to content

Instantly share code, notes, and snippets.

@alexanderad
Created April 26, 2015 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexanderad/65aab071d3692205ba18 to your computer and use it in GitHub Desktop.
Save alexanderad/65aab071d3692205ba18 to your computer and use it in GitHub Desktop.
iterm2 additional key codes
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