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] <javascript:>> > 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/-/wwFpCPqiGmIJ. 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.
