We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bcbbf commit 79a6fcdCopy full SHA for 79a6fcd
kitty/boss.py
@@ -1250,7 +1250,7 @@ def detach_tab(self, *args):
1250
lines.append(fmt.format(new_idx, 'New OS Window'))
1251
1252
def done(data, target_window_id, self):
1253
- done.os_window_id = os_window_id_map[int(data['match'][0].partition(' ')[0])]
+ done.os_window_id = os_window_id_map[int(data['groupdicts'][0]['index']) + 1]
1254
1255
def done2(target_window_id, self):
1256
if not hasattr(done, 'os_window_id'):
0 commit comments