Skip to content

Instantly share code, notes, and snippets.

@renesansz
Last active January 7, 2016 04:03
Show Gist options
  • Save renesansz/fb5d8a056b199a8c4e21 to your computer and use it in GitHub Desktop.
Save renesansz/fb5d8a056b199a8c4e21 to your computer and use it in GitHub Desktop.
Some missing useful terminal shortcuts (Mac OSX)

Open up iTerm and go to iTerm -> preferences -> keys, then add the following hex codes:

Deleting a word

0x17 (⌥ + Delete)

Deleting a line

0x15 (⌘ + Delete)

Move cursor to word on the right

0x05 (⌘ + →)

Move cursor to word on the left

0x01 (⌘ + ⃪)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment