From 2b58316c64fb78b885b1493630be747f1a246ea1 Mon Sep 17 00:00:00 2001 From: pagedown Date: Sat, 30 Apr 2022 16:54:41 +0800 Subject: [PATCH] ... --- kitty/rc/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/rc/base.py b/kitty/rc/base.py index 4c3709604..9d5c81979 100644 --- a/kitty/rc/base.py +++ b/kitty/rc/base.py @@ -112,7 +112,7 @@ Where :italic:`field` can be one of: :code:`id`, :code:`index`, :code:`title`, : :italic:`query` is the expression to match. Expressions can be either a number or a regular expression, and can be :ref:`combined using Boolean operators `. -The special value :code:`all` matches all windows. +The special value :code:`all` matches all tabs. For numeric fields: :code:`id`, :code:`index`, :code:`window_id`, :code:`pid` and :code:`recent`, the expression is interpreted as a number, not a regular expression.