|
|
|
|
|
by edanm
1655 days ago
|
|
It is way harder to use macros than to do multiple-cursor editing, especially for the kind of fast changes that happen 10 times a day. The difference is between seeing interactively exactly what you are doing and where something is going wrong (with multiple cursors), vs. recording a macro, replaying it, realizing you forgot to do something like use the correct keybinding, rerecording, etc. I say this as a huge vim advocate, who used vim exclusively for 8 years before switching to emacs and lately to vscode. Vim gets a lot of things right, and there's no comparison to using vim-style editing. But multiple-cursor editing is a killer feature that really does improve your workflow a lot of the time. Luckily most editors have some version of it now, though often not as good as the original and doesn't always play nicely with the various vim modes. |
|
It implements multi cursors in vim and combines it with vim movements etc.