zsh: tweak select-prompt to match my man
setup
This commit is contained in:
parent
3b4ba219f5
commit
c4e94c1878
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ zstyle ':completion:*:*:*:*:default' list-colors true
|
|||
# Menu selection #
|
||||
##################
|
||||
zstyle ':completion:*' menu select
|
||||
zstyle ':completion:*:*:*:*:default' select-prompt '%F{yellow}%l (%p)%f'
|
||||
zstyle ':completion:*:*:*:*:default' select-prompt '%K{yellow}%F{black}%l (%p)%f%k'
|
||||
|
||||
# Navigate the list with `hjkl`.
|
||||
bindkey -M menuselect 'h' vi-backward-char
|
||||
|
|
Loading…
Add table
Reference in a new issue