Added .inputrc

This commit is contained in:
Casey 2024-07-29 23:18:52 +03:00
parent d374d59355
commit e778e6df17
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 9 additions and 0 deletions

9
dot_inputrc Normal file
View File

@ -0,0 +1,9 @@
$include /etc/inputrc
"\e[A": history-search-backward
"\e[B": history-search-forward
"\t": menu-complete
set completion-ignore-case on
set show-all-if-unmodified on
set show-all-if-ambiguous on