Skip to content

Commit

Permalink
remove bindkey
Browse files Browse the repository at this point in the history
  • Loading branch information
teddywaweru committed Jun 9, 2024
1 parent c6ce80d commit 5a8654e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh/zshconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a8654e

Please sign in to comment.