diff --git a/zsh/zshconfig b/zsh/zshconfig index 5206537..e8c0b84 100644 --- a/zsh/zshconfig +++ b/zsh/zshconfig @@ -61,8 +61,8 @@ bindkey -v # bind UP and DOWN arrow keys to history substring search zmodload zsh/terminfo -bindkey '^[[A' history-substring-search-up -bindkey '^[[B' history-substring-search-down +# bindkey '^[[A' history-substring-search-up +# bindkey '^[[B' history-substring-search-down bindkey "" history-substring-search-up bindkey "" history-substring-search-down bindkey "" autosuggest-accept