mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 15:35:03 +02:00
more typing work
This commit is contained in:
@@ -43,7 +43,8 @@ If specified detach the tab this command is run in, rather than the active tab.
|
||||
if not tabs:
|
||||
raise MatchError(match)
|
||||
else:
|
||||
tabs = tuple(window.tabref() if payload_get('self') and window and window.tabref() else boss.active_tab)
|
||||
tab = window.tabref()
|
||||
tabs = tuple(tab if payload_get('self') and window and tab else boss.active_tab)
|
||||
match = payload_get('target_tab')
|
||||
kwargs = {}
|
||||
if match:
|
||||
|
||||
Reference in New Issue
Block a user