From e17eb8870dc224b82e970f1667e753c480280630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 20 Oct 2010 15:15:02 +0200 Subject: Added gundo to vim --- .vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 2ff4c0b..5e55073 100644 --- a/.vimrc +++ b/.vimrc @@ -2,6 +2,10 @@ " GENERAL " ======================================================= +" load the pathogen-style plugins +call pathogen#runtime_append_all_bundles() +call pathogen#helptags() + " Colorscheme colorscheme desert @@ -69,10 +73,11 @@ cnoremap " ======================================================= " Some maps -map :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q . +map :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q . nmap :Tlist nmap :TlistUpdate nmap :ls:buf +map :GundoToggle map gt map gT imap -- cgit v1.2.3