Closed hahuang65 closed 7 years ago
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
Trying to do an
unmap A
in the configuration file results in
No such mapping: A
when clearly A does something.
A
On a related note
unmap a
does not work either.
Would like to unmap the A key. I end up with a bunch of unwanted bookmarks because I accidentally press a or A.
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>.
<S-a>
unmap
:nmap <S-a> <Nop>
Thank you!
Issue type:
Version:
Description:
Trying to do an
in the configuration file results in
when clearly
A
does something.On a related note
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
orA
.