2cf19e613bd2

vim: switch back the Gundo shortcut
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Jan 2011 18:22:35 -0500
parents 9aba93d73e06
children ca0d38000b2e
branches/tags (none)
files vim/.vimrc

Changes

--- a/vim/.vimrc	Mon Jan 24 15:05:38 2011 -0500
+++ b/vim/.vimrc	Mon Jan 24 18:22:35 2011 -0500
@@ -294,7 +294,7 @@
 noremap <leader>roi :RopeOrganizeImports<CR>
 
 " Gundo
-nnoremap U :GundoToggle<CR>
+nnoremap <F5> :GundoToggle<CR>
 let g:gundo_debug = 1
 let g:gundo_preview_bottom = 1