You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's kind of annoying to have to look at session paths instead of a given name, and it isn't great to have to use :DeleteSession outside of the menu
Describe the solution you'd like
I'd prefer having the ability to rename my sessions from inside the menu, and to also delete them from there, most likely using keybinds. Also, maybe having the ability to name sessions when they get manually created
Describe alternatives you've considered
This isn't great, but instead of having keybinds for rename/delete, there could also just be two separate menus designated for these tasks
The text was updated successfully, but these errors were encountered:
Hi @Andy3153, thanks for the issue submission! This plugin currently does have two separate menus for session searching (loading) and deleting. :Autosession search and Autosession delete. That said, I tend to prefer using my companion plugin https://github.com/rmagatti/session-lens since it implements a custom telescope picker, and does support deleting from the same menu used to load a session.
The feature embedded in AutoSession itself makes use of vim.ui.select for the picker, which means it's more limited than a full custom picker solution like session-lens.
As for naming a manually saved session, this is also already possible. The save session command takes an argument, which is the path and name of the session you'd like to save. :SaveSession ./my-sesion.
Is your feature request related to a problem? Please describe.
It's kind of annoying to have to look at session paths instead of a given name, and it isn't great to have to use
:DeleteSession
outside of the menuDescribe the solution you'd like
I'd prefer having the ability to rename my sessions from inside the menu, and to also delete them from there, most likely using keybinds. Also, maybe having the ability to name sessions when they get manually created
Describe alternatives you've considered
This isn't great, but instead of having keybinds for rename/delete, there could also just be two separate menus designated for these tasks
The text was updated successfully, but these errors were encountered: