forked from Integralist/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.inputrc
More file actions
executable file
·22 lines (20 loc) · 817 Bytes
/
.inputrc
File metadata and controls
executable file
·22 lines (20 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# DOCUMENTATION:
# man bash (+ /Readline Variables)
#
set bell-style visible
set colored-completion-prefix On
set colored-stats On
set completion-ignore-case On
set completion-map-case On
set completion-query-items 30
set editing-mode vi
set menu-complete-display-prefix On
set print-completions-horizontally Off
set revert-all-at-newline On
set show-all-if-ambiguous On
set show-all-if-unmodified On
# set show-mode-in-prompt On
set visible-stats On
TAB: menu-complete
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*'
zstyle ':completion:*' list-suffixes
zstyle ':completion:*' expand prefix suffix