mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
goto_session: Add --sort-by=alphabetical
Have the interactive session picker list the sessions in a fixed order rather than by most recent.
This commit is contained in:
parent
d8b524c692
commit
2ceddba923
4 changed files with 41 additions and 7 deletions
|
|
@ -147,6 +147,10 @@ Detailed list of changes
|
|||
- macOS: Workaround for bug in macOS Tahoe that caused closed OS Windows to
|
||||
remain as invisible rectangles that intercept mouse events (:iss:`8952`)
|
||||
|
||||
- goto_session: Add ``--sort-by=alphabetical`` to have the interactive session
|
||||
picker list the sessions in a fixed order rather than by most recent
|
||||
(:disc:`9033`)
|
||||
|
||||
|
||||
0.43.0 [2025-09-28]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
# Same as above, but the sessions are listed alphabetically instead of by most recent
|
||||
map f7>/ goto_session --sort-by=alphabetical
|
||||
# Go to the previously active session (larger negative numbers jump further back in history)
|
||||
map f7>- goto_session -1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue