Last active
September 16, 2016 21:21
-
-
Save johnie/a3583291e53756928b1e2ab2b43525ef to your computer and use it in GitHub Desktop.
Fix the most useful keyboard shortcuts for iTerm
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 this and other shortcuts go to preference -> profile -> keys, add the following shortcuts | |
⌥← : Send Escape Sequence Esc+ b | |
⌥→ : Send Escape Sequence Esc+ f | |
⌘← : Send Escape Sequence Esc+ [H | |
⌘→ : Send Escape Sequence Esc+ [F | |
⌘←Delete : Send Hex Code 0x15 | |
⌥←Delete : Send Hex Code 0x1B 0x08 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment