From 892c7954dd2be45765a941d1743e4ef935319ad1 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 9 Jun 2012 08:41:28 -0500 Subject: [PATCH] .vim: Add vim bundles: gundo --- .gitmodules | 4 ++++ .vim/bundle/gundo | 1 + .vimrc | 3 +++ 3 files changed, 8 insertions(+) create mode 160000 .vim/bundle/gundo diff --git a/.gitmodules b/.gitmodules index ee86c1c..0ea1344 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,7 @@ path = .vim/bundle/git url = git://github.com/tpope/vim-git.git ignore = dirty +[submodule ".vim/bundle/gundo"] + path = .vim/bundle/gundo + url = git://github.com/sjl/gundo.vim.git + ignore = dirty diff --git a/.vim/bundle/gundo b/.vim/bundle/gundo new file mode 160000 index 0000000..4c376a8 --- /dev/null +++ b/.vim/bundle/gundo @@ -0,0 +1 @@ +Subproject commit 4c376a8061fa335228da420937ce385b847dd56a diff --git a/.vimrc b/.vimrc index f7f4b55..95f243a 100644 --- a/.vimrc +++ b/.vimrc @@ -156,6 +156,9 @@ endif "map :cp "map :copen +"" to gundo +nnoremap :GundoToggle + "" emacs movement keybindings in insert mode "imap 0 "imap $ -- 2.43.0