I don't think there is a key or mouse binding for vim now. You need to alt-x vim-open-node. Also make sure that vim,py is turned on in @enabled-plugins. You should see it listed in the plugins menu.
On Tuesday, September 18, 2012 5:05:31 PM UTC-7, Joon Ro wrote: > > Thanks for the reply. So in myLeoSettings.leo, I have > > @settings > Plugins > +vim plugin > +@string vim_cmd = /usr/bin/gvim --servername LEO > +@string vim_exe = /usr/bin/gvim > > and I restarted leo, but still when I double click on the icon (the square > before the node heading), it goes to the node heading editing mode. > > Best, > Joon > > > > On Tuesday, September 18, 2012 9:11:49 AM UTC-5, Edward K. Ream wrote: > >> On Sun, Sep 16, 2012 at 3:27 PM, Joon Ro <[email protected]> wrote: >> > Hi, >> > >> > I have been aware of leo for quite a while, but finally I started using >> it >> > seriously. >> > >> > Anyway, I have copied @settings node from the basic settings file to >> > ~/.leo/myLeoSettings.leo, and uncommented vim.py in @enabled-plugins. I >> > restarted Leo and I see vim in Plugin Menu. >> >> Besides enabling the vim plugin, be sure to copy the following >> settings to your myLeoSettings.leo: >> >> @string vim_cmd = c:\vim\vim72\gvim --servername LEO >> >> @string vim_exe = c:\vim\vim72\gvim >> >> Change these as required for your Linux system, then restart Leo. >> >> HTH. >> >> Edward >> >> -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/gw7ubAI-tHgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
