diff --git a/zsh/completion b/zsh/completion index ebc409e..25e85f1 100644 --- a/zsh/completion +++ b/zsh/completion @@ -16,8 +16,7 @@ bindkey ' ' magic-space # https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Completion bindkey -M menuselect '^[[Z' reverse-menu-complete -bindkey -M menuselect '^M' .accept-line # Immediately execute command line on -bindkey -M menuselect '^F' vi-insert # Toggle interactive mode +bindkey -M menuselect '^F' vi-insert # See: https://zsh.sourceforge.io/Doc/Release/Completion-System.html#Standard-Styles # :completion:::::