joshnajera / godot-vim

VIM bindings for godot 4
MIT License
245 stars 27 forks source link

Number of commands do not respect repetition count #14

Open zolrath opened 1 year ago

zolrath commented 1 year ago

Commands such as dw and cw work singularly, but if you d2w or c3w the action is not performed but the cursor is instead moved to the first character of the next word.