mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

Added command SPrev to load previous session #553

Open mkonig opened 7 months ago

mkonig commented 7 months ago

For easier session switching. Additionally to LAST also a PREV will be created. A command SPrev is added and will load PREV. It also switches LAST and PREV, so that continues SPrev is possible.

A small bug is fixed where SLoad! loads LAST and the session name is then LAST instead of the name LAST points to. Now instead of loading LAST first the session name it points to is acquired and then this session is loaded.