|
|
|
|
|
by curriculum
1853 days ago
|
|
No galaxy brain here ;) I generally don't use counts. If I want to go down a few lines, I don't count the number of lines and use 4j or whatever, I instead use / to search for the exact place I want to move to. This feels more natural and preserves the jump-list, so I can ctrl-o back to where I was. Same if I want to delete a few words. I don't count how many I want to delete and do 4daw, instead I do daw and press . until I've deleted everything I want gone. And I make heavy use of text objects when available. If I want to move to the next function, I use the keybinding for that instead of searching or counting lines. |
|
(see https://jeffkreeftmeijer.com/vim-number/)