Created
October 31, 2013 02:19
-
-
Save joshenders/7243467 to your computer and use it in GitHub Desktop.
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
# 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