Skip to content

Commit

Permalink
Merge pull request #156 from iplaman/master
Browse files Browse the repository at this point in the history
Enable Ctrl-Arrow backward forward words
  • Loading branch information
dscho authored Sep 12, 2017
2 parents d984925 + e4badda commit e4fbd82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-extra/inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ $if mode=emacs
"\e[1~": beginning-of-line # Home Key
"\e[4~": end-of-line # End Key
"\e[3~": delete-char # Delete Key
"\e[1;5D": backward-word # Ctrl-Left
"\e[1;5C": forward-word # Ctrl-Right
"\e\e[C": forward-word # Alt-Right
"\e\e[D": backward-word # Alt-Left
"\e[17~": "Function Key 6"
Expand Down

0 comments on commit e4fbd82

Please sign in to comment.