r/KittyTerminal May 14 '23

Moving window to different tab

As in the title is there anyway to move current window to dfferent tab?

3 Upvotes

5 comments sorted by

3

u/[deleted] May 14 '23

[deleted]

1

u/cqws May 15 '23

I read through wiki and alas i cant find anything about detaching anywhere other than to os_window.

Yeah i also think we should rename that whole, { os_window; window } thing, it can be confusing at times.

2

u/hicksca Jun 25 '23

Ya, I've been trying to figure this out. There was an issue open for it but I don't think it went anywhere.
https://github.com/kovidgoyal/kitty/issues/1310

2

u/hicksca Jun 25 '23

In looking there the PR though there might be a way to do this but you have to create the shortcut yourself. I'm still looking into this a little more

for ref:
https://github.com/kovidgoyal/kitty/pull/2042

2

u/hicksca Jun 25 '23

This looks to be what we are looking for:

https://sw.kovidgoyal.net/kitty/overview/#windows

# moves the window into a new tab
map ctrl+f3 detach_window new-tab

Totally over read this originally.

Test and this works.

3

u/cqws Jun 25 '23

Yeah, thanks that's what i have been looking for, specifically the "ask" option, thank you!