How do I set macros in Vim ? [closed]
Occasionally, you'll find yourself doing the same thing over and over in your document. So how does one record an ad-hoc macro to perform the operation.
Occasionally, you'll find yourself doing the same thing over and over in your document. So how does one record an ad-hoc macro to perform the operation.
qmacro starts macro recording into the named "macro". For instance, "qa" starts recording and puts the macro into macro "a".
q End recording.
@macro Replay the macro stored in the named macro. For instance, "@a" (without quotes) replays the macro in macro "a".
Asked: 2011-09-30 01:56:55 -0500
Seen: 205 times
Last updated: Sep 30 '11
in vi editor infedora 25 version how to change the colour of characters please resolve it
Why does yum info not recognize vim?
How I can swap between buffers in vim when editing a spec rpm file?
How to get autocompletion in Vim (c++)
Downgraded Vim versions in Fedora 24 [closed]
Alternative to install vim with dnf package-manager