$ mkdir -p ~/.vim/bundle $ git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
Created
August 6, 2013 16:35
-
-
Save rschuman/6166168 to your computer and use it in GitHub Desktop.
vim magic
Add an '=' character to end of lines 10-20: :10,20/$/=
Record a macro to register a, and replay the macro:
- press
qato start recording to registera - type in commands
- press
qto finish recording - [if necessary] go to line for replaying macro
- press
1@ato play the macro once. Replace1with another number if you want to replay more than once.
Paste contents in current buffer to end of line: $p
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment