diff --git a/README.md b/README.md index 46608be..567ee1f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vim/plugin/settings/gundo.vim b/vim/plugin/settings/gundo.vim new file mode 100644 index 0000000..bba1781 --- /dev/null +++ b/vim/plugin/settings/gundo.vim @@ -0,0 +1,7 @@ +nmap ,u :GundoToggle + +" 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