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

SDelete with session_persistence

Open bmatcuk opened this issue 3 years ago • 0 comments

Thanks for vim-startify! I've noticed that if I have let g:startify_session_persistence = 1, load a session, :SDelete it, and then quit vim, the session is recreated - presumably because vim-startify is keeping track of the session, even after the delete, and session persistence is saving when I quit.

bmatcuk avatar Jul 30 '22 12:07 bmatcuk