Disable bindkey "^R" to fix fzf fzf history search was not working because I was overwriting the ^R keybinding with: ``` bindkey "^R" history-incremental-search-backward ``` Commenting that out made it work again.
1 files changed, 2 insertions(+), 1 deletions(-) M zsh/dot-zshrc
M zsh/dot-zshrc => zsh/dot-zshrc +2 -1
@@ 82,7 82,8 @@ export WORDCHARS="*?_-.[]~=&;!#$%^(){}<>" ### Keyboard ### # use incremental search bindkey "^R" history-incremental-search-backward # disabled because this overwrites fzf's keybinding # bindkey "^R" history-incremental-search-backward # navigation keys bindkey "^A" beginning-of-line