Skip to content
GitLab
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
12636605
Commit
12636605
authored
Jan 13, 2009
by
hjk
Browse files
fakevim: update state after pressing <Return>
parent
ea68c437
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
12636605
...
...
@@ -648,6 +648,7 @@ bool FakeVimHandler::Private::handleCommandMode(int key, const QString &text)
}
else
if
(
key
==
Key_Return
)
{
m_tc
.
movePosition
(
StartOfLine
);
m_tc
.
movePosition
(
Down
);
finishMovement
();
}
else
if
(
key
==
Key_Home
)
{
m_tc
.
movePosition
(
StartOfLine
,
KeepAnchor
);
finishMovement
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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