Last active
August 29, 2015 14:17
Set Option-arrow navigation 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
~/.inputrc content: | |
"\e[1;5C": forward-word | |
"\e[1;5D": backward-word | |
Config profile keys in preferences of iTerm2 | |
Then I had to set up in iTerm2 preferences–under Profiles->Keys–the options for both key combinations: | |
Add a hotkey with the plus symbol at the bottom of the hotkey list | |
Set the keyboard shortcut by pressing Option-left or Option-right | |
Set the action to “Send Escape Sequence” | |
Set the Esc+ field to: | |
[1;5C (Option-Right) | |
[1;5D (Option-Left) | |
Copy from: http://brettterpstra.com/2011/08/12/option-arrow-navigation-in-iterm2/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment