All Projects → dohsimpson → Vim Macroeditor

dohsimpson / Vim Macroeditor

Licence: mit
Edit Vim macros with ease!

Labels

Projects that are alternatives of or similar to Vim Macroeditor

Vim Stim
StIm - Star Improved
Stars: ✭ 18 (-25%)
Mutual labels:  viml
Learnviml
A suggested path for learning Vim's scripting language, VimL
Stars: ✭ 22 (-8.33%)
Mutual labels:  viml
Rvm.vim
This functionality has been rolled into tpope's vim-rvm
Stars: ✭ 23 (-4.17%)
Mutual labels:  viml
Gist.vim
Create gists from Vim
Stars: ✭ 18 (-25%)
Mutual labels:  viml
Vim Session
Extended session management for Vim (:mksession on steroids)
Stars: ✭ 907 (+3679.17%)
Mutual labels:  viml
Scala Vim Support
Unofficial mirror of Scala Vim support - With a few fixes added.
Stars: ✭ 22 (-8.33%)
Mutual labels:  viml
Vim Nosecompiler
Vim Compiler file for the nose framework
Stars: ✭ 16 (-33.33%)
Mutual labels:  viml
Init.vim
My settings for neovim
Stars: ✭ 24 (+0%)
Mutual labels:  viml
Vim lib
Stars: ✭ 22 (-8.33%)
Mutual labels:  viml
Ag.vim
Use ag, the_silver_searcher (better than ack, which is better than grep)
Stars: ✭ 23 (-4.17%)
Mutual labels:  viml
Dotfiles
My dot files
Stars: ✭ 18 (-25%)
Mutual labels:  viml
Markmywords
Arbitrary bookmarks for your files and Vim docs
Stars: ✭ 19 (-20.83%)
Mutual labels:  viml
Insertlessly
Waste no more time entering insert mode just to insert enters!
Stars: ✭ 22 (-8.33%)
Mutual labels:  viml
Vimrc
Stars: ✭ 18 (-25%)
Mutual labels:  viml
Vim Htmlbars Inline Syntax
Highlight hbs tagged template literals
Stars: ✭ 24 (+0%)
Mutual labels:  viml
Vim Diff Toggle
🛠 Vim plugin to speed up editing diff files
Stars: ✭ 17 (-29.17%)
Mutual labels:  viml
Stupid Easymotion
A dumbed down version of EasyMotion that aids navigation on the current line
Stars: ✭ 22 (-8.33%)
Mutual labels:  viml
Unite Redpen.vim
A unite.vim integration of redpen for automatic proof reading
Stars: ✭ 24 (+0%)
Mutual labels:  viml
Vim Expand Region
Vim plugin that allows you to visually select increasingly larger regions of text using the same key combination.
Stars: ✭ 924 (+3750%)
Mutual labels:  viml
Cheatsheets
personal cheatsheets on various technologies
Stars: ✭ 23 (-4.17%)
Mutual labels:  viml

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].