Switching to Gnome from KDE
Eric Lemoine
eric.lemoine at gmail.com
Fri Oct 13 16:23:14 UTC 2006
On 10/13/06, Dotan Cohen <dotancohen at gmail.com> wrote:
> On 12/10/06, Florian Diesch <diesch at spamfence.net> wrote:
> > "Dotan Cohen" <dotancohen at gmail.com> wrote:
> >
> > > On 12/10/06, Constantine Evans <constantine at evanslabs.org> wrote:
> > >> Gnome has GVim, in the vim-gnome package. There is also a Gtk 2 version
> > >> of Emacs.
> > >
> > > Thanks, Constantine, I'm familiar with Vim. So, how do I define
> > > bookmarks on remote machines via ssh with Vim (or GVim)? I did not
> > > realize this was possibile.
> >
> > With gvim
> >
> > :menu Bookmarks.foobar\.txt :edit scp://remote.machine/foobar.txt
> >
> >
> > creates a "Bookmarks" menu with an item "foobar.txt" that lets you open
> > "foobar.txt" at host "remote.machine" via scp (the file is copied to the
> > local machine using scp when opening and copied back when saving).
> >
> >
> > See ":help netrw" for more about editing remote files and ":help menus" for
> > creating menus
>
> This is niiiiicccccccceeee.....
>
> I can't seem to find a way to actually browse the remote machine,
> however. As soon as I get that figured out, I'm converted.
Based on vim doc you can browse a remote dir by using
scp://<remote_host>/path/to/your/dir/. Do not forget the trailing
slash.
--
Eric
More information about the ubuntu-users
mailing list