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)