remove unused key bindings

This commit is contained in:
Ray Elliott 2020-07-13 12:36:27 +01:00
parent 0a810f07fe
commit 9b196e89db
1 changed files with 2 additions and 5 deletions

7
zshrc
View File

@ -99,13 +99,10 @@ 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
# zsh-history-subsrting-search settings
HISTORY_SUBSTRING_SEARCH_FUZZY=true
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
bindkey '' history-substring-search-up
bindkey '' history-substring-search-down
bindkey '^p' history-substring-search-up
bindkey '^n' history-substring-search-down
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=239'