I'm trying to create a set of simple key maps in my vimrc, and wrote the following in my vimrc:
map! " ""ha
the above key map works in insert mode and when you type "
vim would simply type in another "
and then place the cursor in between both quotation marks.
However the strangest thing happens, it seems as though vim can't stop producing double qutation marks and continues, it only stops when once presses <CTRL-C>
.
Is this a bug on my part, or is this a vim bug?