Skip to content

dohsimpson/vim-macroeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacroEditor

Vim Macros are awesome. But it's hard to get it right on the first try. MacroEditor is a simple vim plugin that allow you to edit your macros in a split window. And save it back easily when you are done.

MacroEditor only defines one command: MacroEdit

demo image

Quick Start

Say if you want to edit your macro in register q, you can call:

:MacroEdit q

A split window will open at the top for editing. When you are done editing, save and close the window by calling:

:wq

If you want to discard this edit, simply call:

:q!

Enjoy vimming!

Installation

To install with pathogen.vim:

cd ~/.vim/bundle
git clone https://github.com/dohsimpson/vim-macroeditor

License

MIT license

About

Edit Vim macros with ease!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published