myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 56e6542159b14aff5b27e02c7511452e1c00be12
parent 6c2ff55fde1338022db524f817a130e9bd41e54a
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat,  5 Nov 2011 01:58:27 +0100

add undo plugin

Diffstat:
vim/vimrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -82,3 +82,5 @@ set background=dark "let g:solarized_visibility="high" "colorscheme solarized +nnoremap <F5> :GundoToggle<CR> +