|
|
|
|
|
by laumars
2768 days ago
|
|
Vim has macros[1] and other replay tools for occasions like that. 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 |
|
In Emacs, you can use multiple registers for storing code and data for this purpose