Initial import of the vim bits from classic.

This commit is contained in:
2014-01-26 15:31:58 -05:00
parent d38552ea74
commit 64f9edf488
9 changed files with 255 additions and 0 deletions

10
vim/vimrc.keymaps Normal file
View File

@ -0,0 +1,10 @@
"Adam Keymaps
map _ {!}fmt -p -s -w 78
map - ddkP
map + ddp
"Properly map Y to yank to end of line, instead of yank line.
map Y y$
map zz zM