コンテンツにスキップ

zsh 補完をカーソルで選択#

~/.zshrcに以下を追記する。

autoload -U compinit
compinit
zstyle ':completion:*:default' menu select=1


References#

Tags#