diff options
Diffstat (limited to 'shell')
m--------- | shell/_vim/bundle/gundo.vim | 0 | ||||
-rw-r--r-- | shell/_vimrc | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/shell/_vim/bundle/gundo.vim b/shell/_vim/bundle/gundo.vim new file mode 160000 +Subproject 3975ac871565115e3769dc69c06bc88ddc1369a diff --git a/shell/_vimrc b/shell/_vimrc index 1f4696a..dae8150 100644 --- a/shell/_vimrc +++ b/shell/_vimrc @@ -96,3 +96,6 @@ au BufNewFile,BufRead *.java set tabstop=4 softtabstop=4 shiftwidth=4 smarttab a nmap <leader>a :JavaImportOrganize<cr> nmap <leader>t :ProjectTree<cr> nmap <leader>o :ProjectOpen<cr> + +" toggle gundo +nnoremap <leader>u :GundoToggle<CR> |