vimperator / vimperator-labs

Vimperator

Home Page:http://vimperator.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to unmap A

hahuang65 opened this issue · comments

Issue type:
  • Bug report
Version:
Vimperator:	3.16.0 (created: 2017/02/01 00:55:15)
Firefox:	Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0
Description:

Trying to do an

unmap A

in the configuration file results in

No such mapping: A

when clearly A does something.

On a related note

unmap a

does not work either.

Expected behavior:

Would like to unmap the A key. I end up with a bunch of unwanted bookmarks because I accidentally press a or A.

a is A and A is Shift+A (<S-a>). The reason that you cannot unmap the mapping is because it is a built-in mapping. But you can overwrite it with :nmap <S-a> <Nop>.

Thank you!