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
|
||||
|
||||
# ===== 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'
|
||||
|
||||
# offer indexes before parameters in subscripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue