remove unused key bindings
This commit is contained in:
parent
0a810f07fe
commit
9b196e89db
7
zshrc
7
zshrc
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue