Recording a macro is a great way to perform a one-time task, or to get things done quickly when you don't want to mess with Vim script or mappings, or if you do not yet know how to do it more elegantly.
I have just installed Ctags (to help with C++ development) with my Vim (or rather gVim), and would like to …
vim ctags vim-macrosI have a file with a bunch of lines. I have recorded a macro that performs an operation on a …
vim vim-macros