-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 3.0.1
-
None
-
Kubuntu 13.10
In ~/.vimrc I have the following:
inoremap { {}<esc>i
inoremap {<cr> {}<esc>i<cr><esc>O
inoremap [ []<esc>i
inoremap ( ()<esc>i
inoremap ' ''<esc>i
inoremap " ""<esc>i
Everything works fine except the last line, when I type ", it's not automatically closed. But if I change it to this:
inoremap " ""<left>"
then it works, very mysterious.
- relates to
-
QTCREATORBUG-11979 Can't map " key (double quote) in FakeVIm
-
- Closed
-