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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -