lnk: added .inputrc

This commit is contained in:
Lnk User
2025-06-26 18:28:30 +02:00
parent 3f5ada5a85
commit f3d4bffc5f
2 changed files with 24 additions and 0 deletions

23
.inputrc Normal file
View 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

1
.lnk
View File

@@ -7,3 +7,4 @@
.fzf_custom
.gitconfig
.gitignore-global
.inputrc