Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
6648fe43
Commit
6648fe43
authored
Feb 19, 2010
by
Martin Aumüller
Committed by
hjk
Feb 19, 2010
Browse files
fakevim: retain column when moving across lines after '^'
Merge-request: 113 Reviewed-by:
hjk
<
qtc-committer@nokia.com
>
parent
eb05d2ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
6648fe43
...
...
@@ -1269,6 +1269,7 @@ EventResult FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
}
}
else
if
(
key
==
'^'
)
{
moveToFirstNonBlankOnLine
();
setTargetColumn
();
m_movetype
=
MoveExclusive
;
finishMovement
(
QString
(
QLatin1Char
(
'^'
)));
}
else
if
(
0
&&
key
==
','
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment