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.
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.
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
- a macro can be recorded
- a macro can be replayed
- macros can include typing in insert mode
- indicate macro recording state to user
- macros can be saved to (and recalled from) the 26 letters (e.g.
qaand@a) - macros can be named and saved (maybe use a fuzzy finder?)
- specs