zsh: tweak select-prompt to match my man setup

This commit is contained in:
Fernando Schauenburg 2023-10-10 08:53:22 +02:00
parent 3b4ba219f5
commit c4e94c1878

View file

@ -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