Created
September 12, 2011 16:45
-
-
Save antirez/1211737 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
How to add cmd-left-arrow and cmd-right-arrow (without shift) key bindings to the mac os x Terminal | |
app if the Lion install removed this bindings from your system. | |
1) Open "System Preferences". | |
2) Go to "Keyboard". | |
3) Select the "Keyboard Shortcuts" tab. | |
4) Select "Application Shortcuts" from the list of items in the left. | |
5) Press "+" to add a new shurtcut. | |
6) As "Application" select "Terminal", as "Menu Title" use: "Select Next Tab". For the "Keyboard Shortcut" field just select the field and press cmd-right-arrow. | |
7) Repeat again from step 5, using "Select Previous Tab" as Menu Title and pressing cmd-left-arrow as keyboard shortcut. | |
Enjoy your Terminal app usable again as a code writing tool. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment