Dup Ver Goto 📝

VimRecording

PT2/aw/editor/vim does not exist
To
20 lines, 63 words, 334 chars Page 'VimRecording' does not exist.

To record

q <key> keystrokes q

if you want to end in normal mode. If you want to end in insert mode,

q <key> keystrokes Ctrl-O q

Example

qaiself.<esc>q

will record a macro that inserts self. and returns to normal mode.

To play back a recording:

@a

to play back our example that inserts self..