Skip to content

Commit

Permalink
Fix fzf fuzzy find on up arrow
Browse files Browse the repository at this point in the history
For some reason these two lines made it stop working on Mac?
  • Loading branch information
phansch committed Mar 27, 2023
1 parent 4455a2c commit 6a00956
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ setopt auto_menu
setopt complete_in_word
setopt always_to_end

bindkey '^[[A' up-line-or-search
bindkey '^[[B' down-line-or-search

## enable menu completion
zstyle ':completion:*:*:*:*:*' menu select
zstyle ':completion::complete:*' use-cache 1
Expand Down

0 comments on commit 6a00956

Please sign in to comment.