vim-mode-plus-macros

Implements macros for vim mode plus

calebmeyer

4,821

3

0.1.2

MIT

GitHub

Macros for vim mode plus

This package is still under construction, but the basic functionality works. You can create a single macro and apply it many times.

Searching with / definitely doesn't work yet.

Install

apm install vim-mode-plus-macros at the command line, or ctrl-,, click on install, then type vim-mode-plus-macros and click install.

Make sure you also have vim-mode-plus installed, this package requires it.

Usage

q in normal mode to start recording a macro

q in normal mode while recording a macro to stop recording the macro

@ to apply the macro

Roadmap