Is it possible to run vim in remote mode on another machine?
- by Leonid Shevtsov
Hi,
I run an Ubuntu server virtualbox under a Windows host for web development.
At the moment I do all editing in Vim running inside PuTTY. It runs pretty well, but lacks some useful features like native copypasting from the host.
I know about the remote mode of Vim, but afaik it can only operate on the same machine.
Question is, is it possible to make gVim on the windows host proxy all the commands (and the editing) to a Vim instance running on the Linux guest?