Does anyone know how to properly save/reuse macros recorded inside of a vim editor?
You can do like this on your ~/.vimrc
~/.vimrc
:let @a="iHello World!\bye\"
NOTE: You must use double quotes to be able to use special keys like in \.
\