zsh: completion: separate manpages by sections
This commit is contained in:
parent
65684fc3e3
commit
2e7ec56427
1 changed files with 4 additions and 1 deletions
|
|
@ -94,7 +94,10 @@ zstyle ':completion:*' menu select=1 _complete _ignored _approximate
|
||||||
#zstyle ':completion:*' verbose yes
|
#zstyle ':completion:*' verbose yes
|
||||||
|
|
||||||
# ===== completion commands
|
# ===== completion commands
|
||||||
# Add simple colors to kill
|
# separate man pages by sections
|
||||||
|
zstyle ':completion:*' separate-sections on
|
||||||
|
|
||||||
|
# add simple colors to kill
|
||||||
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
|
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
|
||||||
|
|
||||||
# offer indexes before parameters in subscripts
|
# offer indexes before parameters in subscripts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue