Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: