https://bugs.kde.org/show_bug.cgi?id=418486

Christoph Cullmann <cullm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/kte
                   |                            |xteditor/736844969d2b6698d2
                   |                            |35121a3bb5513f601fb7ae
   Version Fixed In|                            |5.69
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #1 from Christoph Cullmann <cullm...@kde.org> ---
Git commit 736844969d2b6698d235121a3bb5513f601fb7ae by Christoph Cullmann, on
behalf of Mikhail Zolotukhin.
Committed on 12/03/2020 at 21:57.
Pushed by cullmann into branch 'master'.

[VIM Mode] Add g<up> g<down> commands

Summary:
Add twin commands for `gj` and `gk` for usage with standard
arrow keys.
FIXED-IN: 5.69

Test Plan:
1. Open document with large sentences, that span across multiple visual lines
in Kate and use `gj` and `gk` commands in normal mode to move inside a line.
2. Use `g<down>` and `g<up>` commands - the result must be the same, as using
`gj` and `gk` commands.
3. Repeat the same for `visual` mode.

Reviewers: #kate, #frameworks

Subscribers: cullmann, dhaumann, kwrite-devel, kde-frameworks-devel

Tags: #kate, #frameworks

Differential Revision: https://phabricator.kde.org/D27928

M  +25   -0    autotests/src/vimode/keys.cpp
M  +2    -0    src/vimode/modes/normalvimode.cpp
M  +2    -0    src/vimode/modes/visualvimode.cpp

https://commits.kde.org/ktexteditor/736844969d2b6698d235121a3bb5513f601fb7ae

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to