usability - Alternatives for reopening buffers from last session in VIM? -
i know :mksession
, , use it, sometimes, it's much, saves state, problem, example, when update plugins, , want close/open vim start in fresh state, except want preserve state current opened files, solely.
sometimes :mksession
saves conflicts new updated configuration, prevents loading parts of it, etc.
so, alternatives (maybe including plugins) reopening vim , loading last buffer list, without state :mksession
?
i guess figured wanted out going through :h :mksession
:
set sessionoptions=blank,buffers,curdir,help,tabpages,winsize
now mksession
saves less state default sessionoptions
:
'sessionoptions' 'ssop'
:
- default: blank,buffers,curdir,folds,help,options,tabpages,winsize
Comments
Post a Comment