Created
January 15, 2013 14:13
-
-
Save YanhaoYang/4538919 to your computer and use it in GitHub Desktop.
Let ctrl+left to go back one word in iTerm2, and ctrl+right to go forward one word. See http://superuser.com/questions/357355/how-can-i-get-controlleft-arrow-to-go-back-one-word-in-iterm2
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
"\e[1;5D": backward-word | |
"\e[1;5C": forward-word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment