https://bugs.kde.org/show_bug.cgi?id=497152
--- Comment #5 from nomot16...@ociun.com --- My main point is that in Sublime Text and Visual Studio Code this: ``` a b aa bb aaa bbb 1 2 3 ``` Can be converted to this: ``` a1 1b aa2 2bb aaa3 3bbb ``` Notice numbers after every `a`. In Kate we can add them before every `b` but not after every `a`. Moving cursor with `Ctrl-Right` which puts it behind the word enables that. In my opinion that is a separate issue from deleting with `Ctrl-Delete`. Kate already has options for cursor movement `Smart home and smart end`, `PageUp/PageDown moves cursor` and `Enable camel case cursor movement`. Is it possibility to add something similar for movement with `Ctrl-Right`? -- You are receiving this mail because: You are watching all bug changes.