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
set input-meta on | |
set output-meta on | |
set convert-meta off | |
# To use these in ITerm2 you may also need to configure preferences to send the correct escape | |
# code for the key combination. | |
# Option + Arrows to jump words. | |
"\e[1;5C": forward-word | |
"\e[1;5D": backward-word |
NewerOlder