zsh: disable menuselect key bindings for now
This commit is contained in:
parent
1412a7a9b9
commit
dd1e216757
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue