From 721735b33707a981d9a93ae4dce2784b61155873 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 26 May 2023 08:25:31 +0200 Subject: Ermögliche die Auswahl per Tasten bei einer Autovervollständigung MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index e36aad2..3628698 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -10,6 +10,9 @@ setopt HIST_SAVE_NO_DUPS autoload -U compinit; compinit _comp_options+=(globdots) # With hidden files +zstyle ':completion:*' menu select +zstyle ':completion:*:*:*:*:descriptions' format '%F{green}-- %d --%f' + [[ ! -r ~/.opam/opam-init/init.zsh ]] || source ~/.opam/opam-init/init.zsh >/dev/null 2>&1 bindkey -v -- cgit v1.3