> Hi,
>
> 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. For example, '\sr' is supposed to
> open a REPL buffer; however, it seems as though the default leader/
> localleader mappings are not working. I tried setting them explicitly
> to something else in my vimrc:
>
> let maplocalleader=","
>
> but this doesn't work either. I am using Windows/XP and Vim 7.2.
>
> Any ideas?
>
> Thanks,
>
> Matt
>
The first thing to check is whether the mappings are set up:
:verbose map \sr
or maybe
:verbose map ,sr
To display all maps which begin the same way, just mention only the
start of the {lhs}; and for Insert/Replace and Command-line mode
mappings, add an exclamation mark: map!
Best regards,
Tony.
--
When someone says "I want a programming language in which I need only
say what I wish done," give him a lollipop.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
To unsubscribe from this group, send email to vim_use+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
No comments:
Post a Comment