Created
November 19, 2010 19:01
-
-
Save jfelixetcetera/706962 to your computer and use it in GitHub Desktop.
This file contains 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
To config Mac OS X Terminal to move (left and right) word-by-word: | |
- Esc + b (left) | |
- Esc + f (right) | |
To configure it to Alt + left and right arrows: | |
- Open Terminal preferences (command + ,); | |
- At Keyboard tab, select "control cursor left (or right)" and doubleckick it; | |
- Left: Select the combo "modifier" to "option" and the action to \033b | |
- Right: Select the combo "modifier" to "option" and the action to \033f | |
(via http://www.mactips.org/archives/2007/12/20/word-movement-in-terminal) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment