Gundo config

This commit is contained in:
yan 2011-12-12 20:55:35 -08:00 committed by Yan Pritzker
parent 2d8f106d43
commit 1ac75a4163
2 changed files with 8 additions and 0 deletions

View File

@ -201,6 +201,7 @@ Included vim plugins
* vim-markdown-preview - :Mm to view your README.md as html
* html-escape - hit ctrl-h to escape html
* ruby-debug-ide - not quite working for me, but maybe it will for you. supposedly a graphical debugger you can step through
* Gundo - visualize your undos - pretty amazing plugin. Hit ,u with my keymappings to trigger it, very user friendly
General enhancements that don't add new commands

View File

@ -0,0 +1,7 @@
nmap ,u :GundoToggle<CR>
" open on the right so as not to compete with the nerdtree
let g:gundo_right = 1
" a little wider for wider screens
let g:gundo_width = 60