mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Also use ascending order for os window selection
This commit is contained in:
parent
d854fc1cd0
commit
c9b8510e9c
1 changed files with 1 additions and 1 deletions
|
|
@ -1258,5 +1258,5 @@ class Boss:
|
|||
self._move_tab_to(tab=target_tab, target_os_window_id=os_window_id)
|
||||
|
||||
self._run_kitten(
|
||||
'hints', args=('--type=regex', r'--regex=(?m)^\d+ .+$',),
|
||||
'hints', args=('--ascending', '--type=regex', r'--regex=(?m)^\d+ .+$',),
|
||||
input_data='\r\n'.join(lines).encode('utf-8'), custom_callback=done, action_on_removal=done2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue