From: Gian Holland Date: 2007-11-02T19:52:20+09:00 Subject: Re: executing VIM on a remote machine? On 11/1/07, Pete Elmore <1337p337@gmail.com> wrote: > On 01/11/2007, 7stud -- wrote: > > Pete Elmore wrote: > > > ruby -e 'system "ssh user@machine vim remote_file"' > > > SCNR > > > > Does that edit the file? > Well, it does start up vim on the remote file, so, provided you change > it and then hit :wq, it'll edit it. :) > >