Skip to content

Commit c9b8510

Browse files
committed
Also use ascending order for os window selection
1 parent d854fc1 commit c9b8510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitty/boss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,5 +1258,5 @@ def done2(target_window_id, self):
12581258
self._move_tab_to(tab=target_tab, target_os_window_id=os_window_id)
12591259

12601260
self._run_kitten(
1261-
'hints', args=('--type=regex', r'--regex=(?m)^\d+ .+$',),
1261+
'hints', args=('--ascending', '--type=regex', r'--regex=(?m)^\d+ .+$',),
12621262
input_data='\r\n'.join(lines).encode('utf-8'), custom_callback=done, action_on_removal=done2)

0 commit comments

Comments
 (0)