update inputrc

This commit is contained in:
Steffen Vogel 2021-08-25 15:15:34 +02:00
parent 096a32f4c1
commit cc4678a4ad

View file

@ -1,10 +1,46 @@
# Color files by types
set colored-stats On
set colored-stats on
# Append char to indicate type
set visible-stats On
set visible-stats on
# Mark symlinked directories
set mark-symlinked-directories On
set mark-symlinked-directories on
# Color the common prefix
set colored-completion-prefix On
set colored-completion-prefix on
# Color the common prefix in menu-complete
set menu-complete-display-prefix On
set menu-complete-display-prefix on
set editing-mode vi
set keymap vi-command
# Show all completions as soon as I press tab, even if there's more than one
set show-all-if-ambiguous on
# Ignore case
set completion-ignore-case on
set completion-query-items 500
set show-mode-in-prompt on
# Color files by types
# Note that this may cause completion text blink in some terminals (e.g. xterm).
set colored-stats on
# Append char to indicate type
set visible-stats on
# Mark symlinked directories
set mark-symlinked-directories on
# Color the common prefix
set colored-completion-prefix on
# Color the common prefix in menu-complete
set menu-complete-display-prefix on
set vi-ins-mode-string \1\e[5 q\2
set vi-cmd-mode-string \1\e[2 q\2