From dd1e216757017cf810ee41ed11631a8b1dc6cf59 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 10 Aug 2021 11:38:01 +0200 Subject: [PATCH] zsh: disable menuselect key bindings for now --- files/zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/zshrc b/files/zshrc index 1138999..4c50c37 100644 --- a/files/zshrc +++ b/files/zshrc @@ -35,10 +35,10 @@ zle -N zle-keymap-select zstyle ':completion:*' menu select #autoload -U compinit && compinit -bindkey -M menuselect 'h' vi-backward-char -bindkey -M menuselect 'k' vi-up-line-or-history -bindkey -M menuselect 'l' vi-forward-char -bindkey -M menuselect 'j' vi-down-line-or-history +# bindkey -M menuselect 'h' vi-backward-char +# bindkey -M menuselect 'k' vi-up-line-or-history +# bindkey -M menuselect 'l' vi-forward-char +# bindkey -M menuselect 'j' vi-down-line-or-history # Search through history in insert mode. bindkey -M viins '^j' history-beginning-search-forward