Skip to content

Instantly share code, notes, and snippets.

@iowillhoit
Last active November 28, 2016 21:30
Show Gist options
  • Save iowillhoit/9298628129039d5e0038 to your computer and use it in GitHub Desktop.
Save iowillhoit/9298628129039d5e0038 to your computer and use it in GitHub Desktop.
iTerm2 key bindings
Add in iTerm2 the following Profile Shortcut Keys
FOR ACTION SEND
⌘← "SEND HEX CODE" 0x01
⌘→ "SEND HEX CODE" 0x05
⌘del "SEND HEX CODE" 0x15
⌥← "SEND ESC SEQ" b
⌥→ "SEND ESC SEQ" f
⌥del "SEND HEX CODE" 0x1B 0x08
refs:
http://stackoverflow.com/questions/6205157/iterm2-how-to-get-jump-to-beginning-end-of-line-in-bash-shell
http://felipecsl.com/blog/2012/06/05/protip-delete-words-on-iterm2-mac-osx/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment