diff --git a/src/plugins/fakevim/fakevimhandler.cpp b/src/plugins/fakevim/fakevimhandler.cpp index d14b4433679..5e015daed93 100755 --- a/src/plugins/fakevim/fakevimhandler.cpp +++ b/src/plugins/fakevim/fakevimhandler.cpp @@ -1190,6 +1190,7 @@ EventResult FakeVimHandler::Private::handleCommandMode(int key, int unmodified, m_tc.insertText(QString(count(), text.at(0))); m_movetype = MoveExclusive; setDotCommand("%1r" + text, count()); + moveLeft(); } setTargetColumn(); m_submode = NoSubMode;