I recently came across Andrew Quinn’s article on fzf: https://andrew-quinn.me/fzf/
I just thought I’d add that, you can open up a fzf-inded file in emacsclient
by typing into your terminal ec <C-t>
Of course, you will need to have emacsclient
aliased to ec
: alias ec='emacsclient'
.
Useful!