stevearc / resession.nvim

A replacement for mksession with a better API
MIT License
175 stars 13 forks source link

`Feature request`: When saving, or loading a session, send it to the top of the list #25

Closed Zeioth closed 10 months ago

Zeioth commented 10 months ago

Did you check the docs and existing issues?

Neovim version (nvim -v)

0.9.1

Operating system/version

arch

Describe the bug

Current behavior

Saved sessions are sent to to the bottom of the list. Staying there forever.

screenshot_2023-09-09_14-22-26_323908032

Desired behavior

Why

Because during real world work, users commonly switch between 2-3 sessions. And making them accessible, greatly improves UX.

Steps To Reproduce

x

Expected Behavior

x

Directory structure

No response

Repro

x

Did you check the bug with a clean config?