Better Git Status With fzf.fish

Towards the beginning of the year, I had written about Fuzzy Search in fish For the better part of the year. I only used Ctrl-R functionality, that too occasionally.

Then today, I came across the same again, and after going through the README, I noticed at least one more useful keybinding.

git status normally would just list the modified files etc. To see what has changed, one needs to git diff <filename>

Continue Reading »

Fuzzy Search in fish with fzf

I had installed fzf some time ago. But default key ** for invoking fzf did not work with fzf.

Upon searching, I came across couple of options. Of those, I chose the one with active development.

As of this writing, the last commit was 11 days ago. Very active, I would say. 😄

Installation instruction said fisher install PatrickF1/fzf.fish but when tried, I got an error:

fisher: unknown flag or command "install"

🤔

I tried fisher add which seemed like closest option to install.

Continue Reading »