feat(sessions): add active-only to goto_session

Allows to specify whether or not to switch only to an active session
This commit is contained in:
LazyStability
2026-02-14 16:23:27 +01:00
parent 55f14aa63b
commit 4504b5febe
2 changed files with 10 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ easily swap between them, kitty has you covered. You can use the
map f7>h goto_session ~/path/to/hot/hot.kitty-session
# Browse and select from the list of known projects defined via goto_session commands
map f7>/ goto_session
# Browse and select from the list of active projects defined via goto_session commands
map f7>/ goto_session --active-only [=no]
# Same as above, but the sessions are listed alphabetically instead of by most recent
map f7>/ goto_session --sort-by=alphabetical
# Browse session files inside a directory and pick one