Comment by qustrolabe

Comment by qustrolabe 14 hours ago

1 reply

You never use fzf? What a tough life in terminal then huh. It's not as useful to run it directly, but pretty much any shell has plugin for fzf support that let's you Ctrl+R to fuzzy search over bash_history (or fish_history or whatever) and Ctrl+T let's you fuzzy search files in current directory.

akho 10 hours ago

fish fuzzy matches on Ctrl+R, and on Tab, without fzf.