From 202d05afd535cfeeaa333b4462781ce6eb6bf817 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 1 Aug 2014 15:29:59 +0200 Subject: [PATCH] Undo tree plugin --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vimrc b/.vimrc index 82cae45..40777cf 100644 --- a/.vimrc +++ b/.vimrc @@ -33,6 +33,11 @@ if v:version >= 704 endif " Distraction-free writing, start with V (\V) Plugin 'mikewest/vimroom' +" undotree.vim : Display your undo history in a graph. +Plugin 'mbbill/undotree' +nnoremap u :UndotreeToggle +let g:undotree_SetFocusWhenToggle=1 " if undotree is opened, it is likely one + " wants to interact with it. " All of your Plugins must be added before the following line call vundle#end() " required