[inputrc] move options around

This commit is contained in:
odrling 2023-11-27 20:27:54 +01:00
parent e4998d53c0
commit 36d4e15564
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B

View file

@ -1,3 +1,20 @@
# don't use sound
set bell-style none
# blink on matchin parens
set blink-matching-paren on
set colored-completion-prefix on
set colored-stats on
# ignore case when completing
set completion-ignore-case on
# treat - and _ the same
set completion-map-case on
set history-size 1048576
set menu-complete-display-prefix on
set show-all-if-ambiguous on
set show-all-if-unmodified on
set editing-mode vi
set show-mode-in-prompt on
# SET THE MODE STRING AND CURSOR TO INDICATE THE VIM MODE
@ -17,19 +34,3 @@ Control-l: clear-screen
TAB: menu-complete
"\e[Z": menu-complete-backward
# don't use sound
set bell-style none
# blink on matchin parens
set blink-matching-paren on
set colored-completion-prefix on
set colored-stats on
# ignore case when completing
set completion-ignore-case on
# treat - and _ the same
set completion-map-case on
set history-size 1048576
set menu-complete-display-prefix on
set show-all-if-ambiguous on
set show-all-if-unmodified on