Browse Source

forward/backward word on CTRL+ARROW left/right

master 0.5.4
pvincent 5 years ago
parent
commit
1a16267b53
  1. 8
      inputrc

8
inputrc

@ -1,6 +1,10 @@
## arrow up
## arrow up, down for history search
"\e[A":history-search-backward
## arrow down
"\e[B":history-search-forward
# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
"\e[1;5C": forward-word
"\e[1;5D": backward-word
## completion case-insentivive
set completion-ignore-case on
Loading…
Cancel
Save