4248c38099cc
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 19 Oct 2010 17:08:12 -0400 |
parents | 2215cbbb954c (diff) acbc504fc4e7 (current diff) |
children | 519a89230533 f71dcc350ee4 |
branches/tags | (none) |
files |
Changes
--- a/.hgignore Fri Oct 15 18:05:00 2010 -0400 +++ b/.hgignore Tue Oct 19 17:08:12 2010 -0400 @@ -9,3 +9,4 @@ config/bcvi *.un~ vim/tmp +vim/bundle/gundo
--- a/vim/.vimrc Fri Oct 15 18:05:00 2010 -0400 +++ b/vim/.vimrc Tue Oct 19 17:08:12 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