|
|
|
|
|
by sevensor
3179 days ago
|
|
Repeating the previous command (.) handles most of the cases where I would do multiple small edits. Search and replace (especially with backreferences, \zs and \ze) handles most of the rest, and macros handle pathological cases. There's almost never a call for doing multiple small edits by hand. |
|