Skip to content

Commit 097f1ae

Browse files
committed
Tried Gundo.vim, by Steve Losh.
See http://github.com/sjl/gundo.vim
1 parent 868b06c commit 097f1ae

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@
3434
[submodule "vim/bundle/nerdcommenter"]
3535
path = vim/bundle/nerdcommenter
3636
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

Submodule gundo added at f3511a9

vimrc

+3
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ nnoremap <leader>a :Ack
285285

286286
" Reselect text that was just pasted with ,v
287287
nnoremap <leader>v V`]
288+
289+
" Gundo.vim
290+
nnoremap <F5> :GundoToggle<CR>
288291
" }}}
289292

290293
" NERDTree settings {{{

0 commit comments

Comments
 (0)