mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
...
This commit is contained in:
@@ -148,7 +148,7 @@ class Mappings:
|
||||
matches = matches[last_terminal_idx+1:]
|
||||
q = matches[-1].options.when_focus_on
|
||||
matches = [x for x in matches if x.options.when_focus_on == q]
|
||||
else:
|
||||
elif matches:
|
||||
matches = [matches[-1]]
|
||||
return matches
|
||||
|
||||
|
||||
Reference in New Issue
Block a user