goto_session Distinction for active sessions
#9386
Closed
LazyStability
started this conversation in
General
Replies: 1 comment 1 reply
|
No, but feel free to add such an option in a PR.
Note that the list of sessions is by default sorted by most recent first
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Question
When using the
close_sessioncommand without arguments kitty displays active sessions to select for closing. For thegoto_sessioncommand it displays all known session. Is there an argument wheregoto_sessionalso only consideres active sessions?Use case
When using
goto_session -- -1which lets me cycle to the most recent session kitty can reopen a previously closed session. Similar if I want to usegoto_sessionwithout an argument to switch to another session I want to have a different keybinding for known and active sessions to reduce cognitive load and make switching between them easier.All reactions