You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vimpera...@googlegroups.com
I'd like to map <leader><space> to :noh as a I do in Vim ... but having the following in my .vimperatorrc doesn't work as I think it should:
noremap <leader><Space> :noh
Can this be done?
Martin Stubenschrott
unread,
Nov 17, 2012, 10:18:13 AM11/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vimperator Mailing List
I am not really sure, if <leader> (still) works correctly, but that should work:
noremap \<Space> :noh<cr>
if \ is your leader.
Chris Lott
unread,
Nov 17, 2012, 4:57:48 PM11/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vimpera...@googlegroups.com
On Sat, Nov 17, 2012 at 6:18 AM, Martin Stubenschrott
<stuben...@vimperator.org> wrote:
> I am not really sure, if <leader> (still) works correctly, but that should
> work:
>
> noremap \<Space> :noh<cr>
>
> if \ is your leader.
Neither using= <leader> or the literal leader character (or any other
character as far as I can tell) works with the <Space> as far as I can
tell!