Usage vimI can change the word that my cursor is turned on by anchoring cw. I can change the current character with cl. I can change everything in some brackets with ci{.
I can change the current and next line with cj. But how to change only the line the cursor is in?
I'm looking for something shorter and more effective than one of these commands:
ddko, 0C, 0Daetc.
source
share