Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-11617

Fakevim fails to remap the " key

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 3.0.1
    • FakeVim
    • 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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            hjk hjk
            kindlychung victor
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes