From 5e6c39735682442a87191ce43bdb9069dfac4bc9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 22 Aug 2025 07:24:58 +0530 Subject: [PATCH] Document using negative numbers with goto_session --- docs/sessions.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sessions.rst b/docs/sessions.rst index d831d2fad..498fbf670 100644 --- a/docs/sessions.rst +++ b/docs/sessions.rst @@ -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.