From c4e94c1878e8f8ff84f6b108d55880cb31159e60 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 10 Oct 2023 08:53:22 +0200 Subject: [PATCH] zsh: tweak select-prompt to match my `man` setup --- config/zsh/completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zsh/completion.zsh b/config/zsh/completion.zsh index 3ab3ce4..0aaa8b0 100644 --- a/config/zsh/completion.zsh +++ b/config/zsh/completion.zsh @@ -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