Created
June 5, 2012 17:54
-
-
Save gardner/2876561 to your computer and use it in GitHub Desktop.
Ctrl-Arrow Word Movement in OSX Terminal
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
open Terminal.app | |
Preferences | Settings | Keyboard | |
control cursor left = \033b | |
control cursor right = \033f | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
'\033' will appear as '\033'