mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 07:07:19 +02:00
...
This commit is contained in:
@@ -22,7 +22,7 @@ class CloseTab(RemoteCommand):
|
||||
|
||||
short_desc = 'Close the specified tab(s)'
|
||||
desc = '''\
|
||||
Close an arbitrary set of tags. The :code:`--match` option can be used to specify complex sets of tabs to close. For example, to close
|
||||
Close an arbitrary set of tabs. The :code:`--match` option can be used to specify complex sets of tabs to close. For example, to close
|
||||
all non-focused tabs in the currently focused OS window, use:
|
||||
|
||||
kitty @ close-tab --match "not state:focused and state:parent_focused"
|
||||
|
||||
Reference in New Issue
Block a user