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?
UPDATE: final solution:
apt-get install vim-gtkon the client- install XMing on the host
- create a shortcut with XLaunch, providing
gvimas the program name and your PuTTY saved session name as the computer name. - done!