mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
add hidden to vimrc
This commit is contained in:
parent
ac0fbecca5
commit
d6c8e3c303
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue