unixorn / fzf-zsh-plugin

ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Apache License 2.0
303 stars 27 forks source link

strategy to still allow backwards search within the current command line #79

Open ekg opened 1 year ago

ekg commented 1 year ago

This is more of a community question than a bug report.

I really like the default fzf zsh integration. CTRL+R is amazing, and saves me so much time.

However, I habitually use CTRL+R and CTRL+S to navigate in long command lines. Now with CTRL+R hijacked by fzf history search, I can't do the backward search anymore. So I tend to jump to the start of the line with CTRL+A and then CTRL+S my way to the text of interest. I'm not a fan of this.

How are others dealing with this? I feel that I should enable a kind of backwards-in-only-this-command-line search. At the moment, I don't know where to start.