..
Editing Remote Files in Vim
You can edit remote files in Vim. I always forget how to do this, so I’m posting it here to remind myself.
vim scp://[email protected]//path/to/thingy
Note the two slashes. Yes, I know Vim is everywhere, but sometimes it is nice to use your own setup.