I'm using puTTy on a windows machine to connect to a remote UNIX machine. I'm running vim remotely on putty. I want to run vim as a server, so I can have one window running vim and open files from other windows using vim --servername myserver --remote somefile.txt
Unfortunately, vim communicates to myserver using the X server. The only way I've been able to get this to work so far is to run xming on my windows machine with putty setup to enable X11 forwarding. As a result all requests go through the xming server, making it very slow. Does anyone know of a better way? -- View this message in context: http://www.nabble.com/vim-server-on-putty-tp24200746p24200746.html Sent from the Vim - General mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
