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
8285584f
Commit
8285584f
authored
Apr 01, 2009
by
hjk
Browse files
fakevim: handle '$s' properly
parent
e4bd6c55
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
8285584f
...
...
@@ -1271,6 +1271,8 @@ EventResult FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
}
else
if
(
key
==
control
(
'r'
))
{
redo
();
}
else
if
(
key
==
's'
)
{
if
(
atEndOfLine
())
moveLeft
();
setAnchor
();
moveRight
(
qMin
(
count
(),
rightDist
()));
m_registers
[
m_register
]
=
removeSelectedText
();
...
...
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