Tuesday, February 23, 2010

Re: Help with Setup

> I am relatively new to VIM, so I apologize if this question is
> ridiculous. I am trying to use a plugin (VimClojure) and cannot seem
> to execute the default mappings.

You might want to ask this question to the developer of the vimclojure
plugin.

Anyway, I'd suggest to ...

#1 Check localmapleader:
map <LocalLeader>x :echom "FOO"<cr>
Now type ,x (or whatever your ll is).

#2 See if the map exists:
echo maparg("<LocalLeader>x")
or in your case: maparg("<LocalLeader>sr")

I only took a brief look at the plugin but IIRC most features of
vimclojure required users to set clj_want_gorilla = 1.

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: