jacobchrismarsh / vim-macro-repeat

Repeat macros in vim using the dot operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DISCLAIMER: this was flagrantly stolen from this stackexchange answer.

Vim Macro Repeat

Allows you to repeat a macro by pressing . instead of @@. Also allows you to immediately initiate a macro after recording it by pressing ..

About

Repeat macros in vim using the dot operator

License:MIT License


Languages

Language:Vim Script 100.0%