This commit is contained in:
Kovid Goyal 2022-04-12 21:13:56 +05:30
parent 5876ce0845
commit 0f3883af02
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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"