mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
cleanup previous PR
This commit is contained in:
parent
99409f0a8b
commit
4ce4176bbe
2 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue