Earlier quoted context omitted.
Dude! That is awesome... it makes sense now. I totally didn't even know bout either! Do you rebind your caps to control as well? That was another thing I did which is 10/10
Yeah I rebind keys and write my own functions. I have a preference for distilling things that I use out of plugins[0] and into just vanilla vim (I still use plugins). I'll share my configurations[1]. I don't document it well btw and there's frequently changes. But I find that looking at others rc files many times gives me ideas that I hadn't seen before. Also, if you have any suggestions I'd love to hear them. [0]see…
c-f Move forward
c-b Move backward
c-p Move up
c-n Move down
c-a Jump to beginning of line
c-e Jump to end of line
c-d Delete forward
c-h Delete backward
c-k Delete forward to end of line
c-u Delete entire line