Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 13.0.1
-
None
Description
I'm using fakeVim mode with QtCreator. I have the following content of in a .fakevimrc which I ask QtCreator to parse:
noremap ' <Right>
with which I intend to remap the single quote character or apostroph to the <Right> key. However, QtCreator ignores this remap and enters command mode instead of moving the cursor to the right.
Mapping other keys with the syntax and in the same file succeed - e.g. noremap m <Right>. Which then allows to press "m" and move the cursor to the right with it.
Utilizing the same with neovim on the commandline like nvim -u .fakevimrc yields the desired effect.