Is it possible to run vim in remote mode on another machine?

Posted by Leonid Shevtsov on Super User See other posts from Super User or by Leonid Shevtsov
Published on 2010-05-24T11:44:37Z Indexed on 2010/05/24 11:51 UTC
Read the original article Hit count: 292

Filed under:

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?

© Super User or respective owner

Related posts about vim