Replies: 1 comment 1 reply
|
No, detach_window by itself cannot do that. If you want to re-attach to
the previous tab just do detach_window tab-prev which will work unless
you have switched to a third tab in the meantime.
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey! :)
I'd like to detach a window into a new tab but for that tab to appear right to the current tab (in the neighbor position)
With new tabs in general this is possible with
map kitty_mod+t launch --cwd=current --type=tab --location=neighborIs the same possible while detaching a window?
This would enable one to quickly reattach to the previous tab with
map kitty_mod+alt+h detach_window tab-leftAll reactions