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