summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-11-09 16:18:39 -0600
committerJesse Luehrs <doy@tozt.net>2011-11-09 16:18:54 -0600
commitd7097d208ff8df68a7104a44a9d369e842a4c4e0 (patch)
tree8a7757472933fe1480ff7b46f86ad5e9f9db03d5 /vimrc
parente0fb06aacbe72169f2ede3009b0c18717760d358 (diff)
downloadconf-d7097d208ff8df68a7104a44a9d369e842a4c4e0.tar.gz
conf-d7097d208ff8df68a7104a44a9d369e842a4c4e0.zip
add the gundo plugin
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index f641528..0534c13 100644
--- a/vimrc
+++ b/vimrc
@@ -617,4 +617,7 @@ let g:user_zen_leader_key = '<C-Z>'
imap <C-Z><C-Z> <C-Z>,
autocmd FileType html,tt2,tt2html,css imap <buffer> <Tab> <C-Z>, | imap <buffer> <C-N> <C-Z>n
" }}}
+" gundo {{{
+nnoremap U :GundoToggle<CR>
+" }}}
" }}}