From 4ce4176bbed92b971759cf145fca28790cca35af Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 30 Apr 2022 15:03:27 +0530 Subject: [PATCH] cleanup previous PR --- docs/basic.rst | 2 +- kitty/launch.py | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/basic.rst b/docs/basic.rst index fb6b038be..bd5538966 100644 --- a/docs/basic.rst +++ b/docs/basic.rst @@ -3,7 +3,7 @@ Tabs and Windows |kitty| is capable of running multiple programs organized into tabs and windows. The top level of organization is the :term:`OS window `. Each OS -window consists of one or :term:`tabs `. Each tab consists of one or more +window consists of one or more :term:`tabs `. Each tab consists of one or more :term:`kitty windows `. The kitty windows can be arranged in multiple different :term:`layouts `, like windows are organized in a tiling window manager. The keyboard controls (which are :ref:`all customizable diff --git a/kitty/launch.py b/kitty/launch.py index 1a59a0c5b..c53e42889 100644 --- a/kitty/launch.py +++ b/kitty/launch.py @@ -103,12 +103,12 @@ currently active window. --copy-env type=bool-set Copy the environment variables from the currently active window into the newly -launched child process. Note that most shells only set environment variables for -child processes, so this will only copy the environment variables that the shell -process itself has, not the environment variables child processes inside the -shell see. To copy that enviroment, use the kitty remote control feature with -:option:`kitty @ launch --copy-env`, and the :ref:`clone-in-kitty ` -feature can also be used. +launched child process. Note that most shells only set environment variables +for child processes, so this will only copy the environment variables that the +shell process itself has, not the environment variables child processes inside +the shell see. To copy that enviroment, use either the :ref:`clone-in-kitty +` feature or the kitty remote control feature with :option:`kitty +@ launch --copy-env`. --location