lnk: added .inputrc
This commit is contained in:
23
.inputrc
Normal file
23
.inputrc
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Completion option
|
||||||
|
set show-all-if-ambiguous on
|
||||||
|
set show-all-if-unmodified on
|
||||||
|
set completion-ignore-case on
|
||||||
|
|
||||||
|
# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
|
||||||
|
"\e[1;5C": forward-word
|
||||||
|
"\e[1;5D": backward-word
|
||||||
|
"\e[5C": forward-word
|
||||||
|
"\e[5C": backward-word
|
||||||
|
"\e\e[C": forward-word
|
||||||
|
"\e\e[D": backward-word
|
||||||
|
|
||||||
|
# Convert non-breaking space to space.
|
||||||
|
# source : https://github.com/tobinjt/dotfiles/blob/master/.inputrc
|
||||||
|
"\xC2\xA0": " "
|
||||||
|
|
||||||
|
"\e\t": menu-complete-backward
|
||||||
|
"\e[Z": menu-complete-backward
|
||||||
|
"\t": menu-complete
|
||||||
|
set menu-complete-display-prefix on
|
||||||
|
|
||||||
|
set bell-style none
|
||||||
Reference in New Issue
Block a user