vim-startify icon indicating copy to clipboard operation
vim-startify copied to clipboard

Autoload and autosave sessions on the fly

Open timsofteng opened this issue 3 years ago • 3 comments

Hello. Can you please consider to implement autoload and autosave vim sessions on the fly?

For example I'm using lazygit in floaterm in vim. I want to have abillity to save my current session according to git branch when I want to switch to another branch and load session according to another git branch which I want to checkot? And by default sessions should called same as git branches.

Thanks.

timsofteng avatar Sep 08 '20 12:09 timsofteng

that would be nice, but i was thinking about at least autosaving the current session on exiting vim

Seybo avatar Sep 11 '20 04:09 Seybo

@Seybo Imagine you need to work on two branches in parallel. It would be great just switch to another branch and get needed workflow immediately.

timsofteng avatar Sep 11 '20 06:09 timsofteng

You mean :h g:startify_session_persistence?

mhinz avatar Oct 06 '20 11:10 mhinz