Leader is now comma; General keymap cleanup - see README

This commit is contained in:
yan
2012-01-20 18:01:06 -08:00
parent 3e2e099153
commit 4a7df20fd1
5 changed files with 20 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
" persistent undos - undo after you re-open the file
" but this gives warnings under command line vim
" use only in macvim
if has('gui_running')
if v:version > '702'
set undodir=~/.vim/backups
set undofile
endif