Skip to content

Instantly share code, notes, and snippets.

@joshenders
Created October 31, 2013 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshenders/7243467 to your computer and use it in GitHub Desktop.
Save joshenders/7243467 to your computer and use it in GitHub Desktop.
# enable emacs line editing mode for programs with support
set editing-mode emacs
# enable word jumping with alt + arrow
# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
# - https://code.google.com/p/iterm2/wiki/Keybindings
"\e\e[C": forward-word
"\e\e[D": backward-word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment