This article makes things more complicated than they need to be:
> vi $(find . '/' | fzf): For finding random config files
Instead you can just use:
> vi **<tab>
** is the real gamechanger here. You can use it with ssh, too. I managed about 500 SSH hosts. ssh **<tab> will find hosts via /etc/hosts and .sshconfig
> vi $(find . '/' | fzf): For finding random config files
Instead you can just use:
> vi **<tab>
** is the real gamechanger here. You can use it with ssh, too. I managed about 500 SSH hosts. ssh **<tab> will find hosts via /etc/hosts and .sshconfig