|
|
|
|
|
by webgoat
2525 days ago
|
|
+1 for Tramp. You can connect to SMB, ssh, and even docker containers from within Emacs. It's strictly better than using a remote ssh session with vim because you don't need to configure anything server-side. It would be a huge hassle to setup plugins like autocompletion on a remote machine for vim, but Emacs lets you use all your regular plugins while ssh'ing, which is a huge bonus. |
|
vim scp://remoteuser@server.tld//absolute/path/to/document
:help netrw-start