mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-21 20:28:06 +00:00
Add example of remote_control use with launch --copy-env
This commit is contained in:
parent
9742b0c5b1
commit
5346849439
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ Copy the environment variables from the currently active window into the
|
|||
newly launched child process. It will not copy environment variables that have
|
||||
been :code:`export`ed since the :code:`export` command does not change the environment
|
||||
of the shell, only of child processes launched in the shell. You can use remote control
|
||||
instead to have the current environment copied.
|
||||
instead to have the current environment copied (:code:`allow_remote_control` must be on):
|
||||
:code:`map kitty_mod+x remote_control launch --copy-env vim`.
|
||||
|
||||
|
||||
--location
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue