1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

add hidden to vimrc

This commit is contained in:
Connor Olding 2016-07-06 22:33:39 -07:00
parent ac0fbecca5
commit d6c8e3c303

View File

@ -103,6 +103,7 @@ set nobomb " bombs are bad ok
set undofile " remember undos across files/sessions
set diffopt+=iwhite " ignore whitespace in diff command
set ttimeoutlen=50 " make changing modes a bit snappier
set hidden " allow swapping out of unsaved buffers
if has('mksession')
set sessionoptions=blank,buffers,curdir,options,folds,tabpages,winsize,resize,winpos
end