Focus an existing Kitty window and a specific tab #8136
Unanswered
HalibutGitWiz
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Use sessions. https://sw.kovidgoyal.net/kitty/overview/#sessions
the example there shows you how to focus specific windows.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I usually run a single Kitty window with multiple tabs in it, created by a session (so they are always the same). To help with this, I use jumpapp. I have mapped a key binding to the following command:
Pressing the key binding will either start a new maximized Kitty window, or focus the existing one.
That's fine but I'd like to push this further and focus one specific tab in that window. I read this page and tried modifying my command like this:
I get the same result as with the first command. Kitty is focused, but on the last tab used and not tab number 2.
I also read #7936 with a similar topic. I'm not sure I understood it well, but I don't think this is the same use case.
Any idea how I could achieve this ?
Beta Was this translation helpful? Give feedback.
All reactions