We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868b06c commit 097f1aeCopy full SHA for 097f1ae
.gitmodules
@@ -34,3 +34,6 @@
34
[submodule "vim/bundle/nerdcommenter"]
35
path = vim/bundle/nerdcommenter
36
url = http://github.com/scrooloose/nerdcommenter.git
37
+[submodule "vim/bundle/gundo"]
38
+ path = vim/bundle/gundo
39
+ url = http://github.com/sjl/gundo.vim.git
vim/bundle/gundo
vimrc
@@ -285,6 +285,9 @@ nnoremap <leader>a :Ack
285
286
" Reselect text that was just pasted with ,v
287
nnoremap <leader>v V`]
288
+
289
+" Gundo.vim
290
+nnoremap <F5> :GundoToggle<CR>
291
" }}}
292
293
" NERDTree settings {{{
0 commit comments