vimperator / vimperator-labs

Vimperator
http://vimperator.org
Other
1.19k stars 194 forks source link

Unable to unmap A #788

Closed hahuang65 closed 7 years ago

hahuang65 commented 7 years ago
Issue type:
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.

SammysHP commented 7 years ago

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>.

hahuang65 commented 7 years ago

Thank you!