vim: add the gundo mapping
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 19 Oct 2010 17:07:14 -0400 |
parents |
cdc196e91cd2
|
children |
2215cbbb954c
|
branches/tags |
(none) |
files |
vim/.vimrc |
Changes
--- a/vim/.vimrc Mon Oct 11 09:31:18 2010 -0400
+++ b/vim/.vimrc Tue Oct 19 17:07:14 2010 -0400
@@ -273,6 +273,9 @@
vnoremap <leader>rm :RopeExtractMethod<CR>
noremap <leader>roi :RopeOrganizeImports<CR>
+" Gundo
+nnoremap <F5> :GundoToggle<CR>
+
if has('gui_running')
set guifont=Menlo:h12
colorscheme molokai