Sunday, October 11, 2009

Record & playback a Vim macro


# q{register} when in normal mode will start recording into register
qs

# q will stop recording
q

# Playback = @{register}
@s

No comments:

Blog Archive