Last active
November 28, 2016 21:30
-
-
Save iowillhoit/9298628129039d5e0038 to your computer and use it in GitHub Desktop.
iTerm2 key bindings
This file contains 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
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