mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 02:59:40 +02:00
session should work when matching tabs too
This commit is contained in:
@@ -584,7 +584,7 @@ class Boss:
|
||||
|
||||
found = False
|
||||
for tid in search(match, (
|
||||
'id', 'index', 'title', 'window_id', 'window_title', 'pid', 'cwd', 'env', 'var', 'cmdline', 'recent', 'state'
|
||||
'id', 'index', 'title', 'window_id', 'window_title', 'pid', 'cwd', 'env', 'var', 'cmdline', 'recent', 'state', 'session',
|
||||
), set(tim), get_matches):
|
||||
found = True
|
||||
yield tim[tid]
|
||||
|
||||
Reference in New Issue
Block a user