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>