Dup Goto 📝

VimRecording

PT2/aw/editor/vim 07-31 13:46:45
To Pop
20 lines, 63 words, 334 chars Monday 2023-07-31 13:46:45

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..