From f6cc0302c4f968b829510ada1c3c5230f18f2039 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 1 Oct 2020 08:34:14 +0530 Subject: [PATCH] Remove trailing whitespace --- kitty/launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/launch.py b/kitty/launch.py index 0220916c9..932117072 100644 --- a/kitty/launch.py +++ b/kitty/launch.py @@ -84,7 +84,7 @@ 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 (:code:`allow_remote_control` must be on): +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`.