From dec1a0886d6d79d3a4c44e8f4c2a6b293aac2260 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 23 Feb 2020 19:34:31 +0530 Subject: [PATCH] typo --- docs/launch.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/launch.rst b/docs/launch.rst index 6f78b1a83..224521c78 100644 --- a/docs/launch.rst +++ b/docs/launch.rst @@ -55,10 +55,10 @@ Special arguments There are a few special placeholder arguments that can be specified as part of the command line. Namely ``@selection`` which is replaced by the current -selection and ``@kitty_active_window_id`` which is replaced by the id of the +selection and ``@active-kitty-window-id`` which is replaced by the id of the currently active kitty window. For example:: - map f1 launch my-program @kitty-active-window-id + map f1 launch my-program @active-kitty-window-id Syntax reference