|
|
|
|
|
by akashakya
2768 days ago
|
|
Multiple-cursor is useful when you want to edit lines which have non-trivial edits or doesn't have a common string to use find-replace.
simple example foo_bar -> fooBar
bar_baz -> barBaz
Sometimes even this doesn't cut it and have to use mighty Emacs macros. (I'm sure something similar exits for VIM) |
|
I think the issue with Vim isn't so much that things can't be done in it but more that the discoverability of Vim features is pretty poor. eg by the time you've searched the web for a quick way to do a multiline edit, you could have just done it manually. GUI IDEs tend to be better for discoverability (generally speaking).
[1]https://www.tutorialspoint.com/vim/vim_macros.htm