1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.26k stars 325 forks source link

Unmapping <C-a> does not work. #103

Closed saevarb closed 10 years ago

saevarb commented 10 years ago

I'm not sure if this is a bug, because it doesn't appear to be documented, but C-a causes the cursor to go to the beginning of an input box when I use cVim. I find this indescribably annoying, and if this is intentional, I simply have to say that I cannot adequately express how bad this choice was. I use C-a constantly for Select All, and I'm sure that a lot of people do this as well.

I tried unmapping C-a by having "unmap " in my cvimrc, and this does not appear to do anything.

1995eaton commented 10 years ago

This was brought up here. Insert mappings can be mapped with imap and iunmap. Since this issue has been brought up before, however, I've decided to move the beginningOfLine insert mapping back to <C-i>, so this should be resolved in the most recent commit.