From 5aead5eebe2932a5fbe663cf33b8f3d4791a3615 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 1 Apr 2020 08:39:37 +0530 Subject: [PATCH] Replace new-window with launch in the docs --- docs/remote-control.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/remote-control.rst b/docs/remote-control.rst index 212df731b..bfa4a6077 100644 --- a/docs/remote-control.rst +++ b/docs/remote-control.rst @@ -21,7 +21,7 @@ In order for control to work, :opt:`allow_remote_control` must be enabled in Now, in the new |kitty| window, enter the command:: - kitty @ new-window --title Output --keep-focus cat + kitty @ launch --title Output --keep-focus cat This will open a new window, running the ``cat`` program that will appear next to the current window. @@ -54,7 +54,7 @@ window. Type ``Ctrl+D`` when you are ready to stop. Now, let's open a new tab:: - kitty @ new-window --new-tab --tab-title "My Tab" --keep-focus bash + kitty @ launch --type=tab --tab-title "My Tab" --keep-focus bash This will open a new tab running the bash shell with the title "My Tab". We can change the title of the tab with::