Linux Users
Linux Users
ctrl + R more now :3… though I definitely used to ↑↑↑↑↑↑↑
eval “$(fzf --bash)” to your .bashrc)
Makes ctrl+r a superpower
It’s awesome until you want to put the cursor in a specific spot of a previous command.
$ rm -f delete-me.txt ctrl-r "me", ctrl-b, ctrl-k $ rm -f deleteBut I still use fzf because while I used to do the above, fzf offered more advantage that made switching worth it.