Re: vim --remote over ssh -X

2011-01-03 Thread Bastian Venthur
Hi Am 03.01.2011 08:45, schrieb Tony Mechelynck: On 02/01/11 19:05, Bastian Venthur wrote: Hi, when I log into a remote machine with ssh -X and start a local gvim session, i can see the local gvim with: u...@remote$ gvim --serverlist GVIM To control that it is really my local gvim

Re: vim --remote over ssh -X

2011-01-03 Thread Tony Mechelynck
On 03/01/11 10:42, Bastian Venthur wrote: Hi Am 03.01.2011 08:45, schrieb Tony Mechelynck: On 02/01/11 19:05, Bastian Venthur wrote: Hi, when I log into a remote machine with ssh -X and start a local gvim session, i can see the local gvim with: u...@remote$ gvim --serverlist GVIM

Re: vim --remote over ssh -X

2011-01-03 Thread Bastian Venthur
Am 03.01.2011 12:01, schrieb Tony Mechelynck: On 03/01/11 10:42, Bastian Venthur wrote: [...] T'ain't a bug, it's a feature: I don't see how this is a feature. I can see the local gvim on my remote machine and want to load a remote file in my local gvim. When I use gvim --remote SOMEFILE

Re: vim --remote over ssh -X

2011-01-03 Thread Ben Schmidt
I don't see how this is a feature. I can see the local gvim on my remote machine and want to load a remote file in my local gvim. When I use gvim --remote SOMEFILE on the remote machine, an *empty* file gets loaded on my local gvim. So it seems that there is some connection between the remote

Re: vim --remote over ssh -X (P.S.)

2011-01-03 Thread Asis Hallab
Dear Tony, I think you should use netrw in order to open your remote file. Details with :h netrw and especially :h netrw-read I might be mistaken though.. Best! Asis 2011/1/3 Tony Mechelynck antoine.mechely...@gmail.com On 03/01/11 08:45, Tony Mechelynck wrote: On 02/01/11 19:05, Bastian

Re: vim --remote over ssh -X

2011-01-03 Thread Simon Ruderich
On Mon, Jan 03, 2011 at 01:02:20PM +0100, Bastian Venthur wrote: [snip] Yeah, I know. I just happen to find it more convenient to browse the FS with my shell and open files with gvim --remote as needed. The question [snip] Hi Bastian, I can recommend sshfs. It uses FUSE and lets you mount

vim --remote over ssh -X

2011-01-02 Thread Bastian Venthur
Hi, when I log into a remote machine with ssh -X and start a local gvim session, i can see the local gvim with: u...@remote$ gvim --serverlist GVIM To control that it is really my local gvim session, I repeat it after closing the local gvim and the serverlist is empty. when I want to open

Re: vim --remote over ssh -X

2011-01-02 Thread Tony Mechelynck
On 02/01/11 19:05, Bastian Venthur wrote: Hi, when I log into a remote machine with ssh -X and start a local gvim session, i can see the local gvim with: u...@remote$ gvim --serverlist GVIM To control that it is really my local gvim session, I repeat it after closing the local gvim and

Re: vim --remote over ssh -X (P.S.)

2011-01-02 Thread Tony Mechelynck
On 03/01/11 08:45, Tony Mechelynck wrote: On 02/01/11 19:05, Bastian Venthur wrote: Hi, when I log into a remote machine with ssh -X and start a local gvim session, i can see the local gvim with: u...@remote$ gvim --serverlist GVIM To control that it is really my local gvim session, I repeat