Hacking with fd, fzf, fzf-tmux, and neovim

Published: 09 August 2022
on channel: Elijah Manor
67,323
5.5k

In this quick 1-minute short, I progressively use fd and fzf to find and open a file in neovim. I slowly build up the command and create a zsh alias at the end.

Thanks to ‪@JoshMedeski‬ for the idea and inspiration of the #short

Final command…

fd --type f --hidden --exclude .git | fzf-tmux -p --reverse | xargs nvim

and the alias…

alias v='fd --type f --hidden --exclude .git | fzf-tmux -p --reverse | xargs nvim'


Watch video Hacking with fd, fzf, fzf-tmux, and neovim online without registration, duration hours minute second in high quality. This video was added by user Elijah Manor 09 August 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 67,32 once and liked it 5.5 thousand people.