Skip to content

Instantly share code, notes, and snippets.

@johnie
Last active September 16, 2016 21:21
Show Gist options
  • Save johnie/a3583291e53756928b1e2ab2b43525ef to your computer and use it in GitHub Desktop.
Save johnie/a3583291e53756928b1e2ab2b43525ef to your computer and use it in GitHub Desktop.
Fix the most useful keyboard shortcuts for iTerm
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