mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-21 20:28:06 +00:00
Document using negative numbers with goto_session
This commit is contained in:
parent
880b8f1cf1
commit
5e6c397356
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
# Go to the previously active session (larger negative numbers jump further back in history)
|
||||
map f7>- goto_session -1
|
||||
|
||||
In this manner you can define as many projects/sessions as you like and easily
|
||||
switch between them with a keypress.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue