From b5349266789bf206cb019c3c9dda32071b9d76af Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 16 Feb 2026 09:56:05 +0530 Subject: [PATCH] Clarify help text a little --- kitty/launch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/launch.py b/kitty/launch.py index 6eef039df..119a0c2c4 100644 --- a/kitty/launch.py +++ b/kitty/launch.py @@ -218,8 +218,8 @@ def options_spec() -> str: --next-to A match expression to select the window next to which the new window is created. See :ref:`search_syntax` for the syntax for specifying windows. If not specified -defaults to the active window. When used via remote control and a target tab is -specified this option is ignored unless the matched window is in the specified tab. +defaults to the active window. When used via remote control +this option is ignored unless the matched window is in the target tab (default active tab). When using :option:`--type ` of :code:`tab`, the tab will be created in the OS Window containing the matched window.