wting / gitsessions.vim

Auto save/load vim sessions based on directory and git branch.
MIT License
74 stars 17 forks source link

add gitsessions_auto_create_sessions option to automagically create new sessions on exit #24

Open DrHyde opened 2 years ago

DrHyde commented 2 years ago

I always find myself forgetting to :GitSaveSession when I start working on something, so this automates it. The default behaviour is unchanged.

Also contains (in 4247ff2) the change from https://github.com/wting/gitsessions.vim/pull/23