Bug 458595 - VIM keybindings starting with numeric precursor should be implemented.
Summary: VIM keybindings starting with numeric precursor should be implemented.
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: All editors (show other bugs)
Version: 5.8.220403
Platform: Manjaro Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-01 09:52 UTC by Guillaume Frognier
Modified: 2022-09-01 09:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Frognier 2022-09-01 09:52:13 UTC
SUMMARY
VIM keybindings starting with numeric precursor should be implemented. 
For instance typing "3dd" do not delete 3 lines but only one.

STEPS TO REPRODUCE
1. select vi input mode: Edit -> input modes -> vi-mode
2. type a command starting with a numeric precursor: for instance "2x" to delete two characters.

OBSERVED RESULT
The numeric precursor is ignored. For instance "2x" delete only one characters.

EXPECTED RESULT
The numeric precursor should not be ignored. For instance "2x" should delete two characters.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.24.6
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
Kernel Version: 5.15.60-1-MANJARO (64-bit)