Describe the problem or limitation you are having
When I use "Load Session" from :SessionManager, it lists all of my saved sessions. I currently have 57 of them on my machine, which means I can't input a session number until I've scrolled to the end of the list. This means if the session I'm looking for is one of first, I have to remember to look for it before scrolling to the end. This is cumbersome and leads to errors when I forget about the scrolling behavior.
Describe the solution you'd like
I'd like to have a config option for setting a display limit of sessions. Maybe the most recent 10 or 20 or whatever. It could default to nil aka all of them, but having some method of limiting would be helpful for me.
Describe alternatives you've considered
Do nothing. The current behavior is good actually, and I should get over it.
Change the way the sessions are displayed so scrolling isn't so annoying (in a new buffer, pop up window, etc).
Add a new option for "Load Latest Sessions" that only displays N most recent sessions.
Describe the problem or limitation you are having When I use "Load Session" from
:SessionManager
, it lists all of my saved sessions. I currently have 57 of them on my machine, which means I can't input a session number until I've scrolled to the end of the list. This means if the session I'm looking for is one of first, I have to remember to look for it before scrolling to the end. This is cumbersome and leads to errors when I forget about the scrolling behavior.Describe the solution you'd like I'd like to have a config option for setting a display limit of sessions. Maybe the most recent 10 or 20 or whatever. It could default to
nil
aka all of them, but having some method of limiting would be helpful for me.Describe alternatives you've considered
Additional context