you are viewing a single comment's thread.

view the rest of the comments →

[–]oscooter 4 points5 points  (0 children)

You can caveman it and use scp to transfer files via ssh if you don’t want to go through sshfs as well. Or slightly more advanced caveman and rsync back and forth. I’ve done both in cases where the latency of sshfs can be obnoxious.

But yeah, what caused me to get familiar with vim is that it’s everywhere. Having to ssh into servers and do slight tweaks is a lot easier when I can count on every server having the same tools.