Skip to content

Instantly share code, notes, and snippets.

@Griffingj
Created January 3, 2017 02:50
Show Gist options
  • Save Griffingj/92d915e52206ca2be439bf133ea8bdd7 to your computer and use it in GitHub Desktop.
Save Griffingj/92d915e52206ca2be439bf133ea8bdd7 to your computer and use it in GitHub Desktop.
iTerm Keybinds for OSX Easy Navigation
command+delete Send Hex Code: 0x15 kill line backward
command+shift+delete Send Hex Code: 0x0B kill line forward
option+delete Send Hex Code: 0x17 kill word backward
option+shift+delete Send Escape Sequence: Esc+d kill word forward
command+left Send Hex Code: 0x01 move to start of line
command+right Send Hex Code: 0x05 move to end of line
option+left Send Escape Sequence: Esc+b move word backward
option+left Send Escape Sequence: Esc+f move word forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment