And changes

git-svn-id: http://photonzero.com/dotfiles/trunk@122 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2012-02-21 06:27:27 +00:00
parent 76cb905cfa
commit 7c7aaf6a6d

2
.vimrc
View file

@ -84,6 +84,8 @@ let g:ConqueTerm_CWInsert = 1
let g:ConqueTerm_InsertOnEnter = 0
let g:ConqueTerm_SendVisKey = '<Leader>ss'
au! BufRead,BufWrite,BufWritePost,BufNewFile *.org
au BufEnter *.org call org#SetOrgFileType()
"MiniBufExplore Options
"let g:miniBufExplMapWindowNavVim = 1
"let g:miniBufExplMapWindowNavArrows = 1