cleanup previous PR

This commit is contained in:
Kovid Goyal 2022-04-30 15:03:27 +05:30
parent 99409f0a8b
commit 4ce4176bbe
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 7 additions and 7 deletions

View file

@ -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 <os_window>`. Each OS
window consists of one or :term:`tabs <tab>`. Each tab consists of one or more
window consists of one or more :term:`tabs <tab>`. Each tab consists of one or more
:term:`kitty windows <window>`. The kitty windows can be arranged in multiple
different :term:`layouts <layout>`, like windows are organized in a tiling
window manager. The keyboard controls (which are :ref:`all customizable

View file

@ -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 <clone_shell>`
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
<clone_shell>` feature or the kitty remote control feature with :option:`kitty
@ launch --copy-env`.
--location