From 9c8a4ad540192d6508ab38dbef44e1e44f6520bc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 4 Apr 2026 11:47:08 +0530 Subject: [PATCH] ... --- kitty/launch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/launch.py b/kitty/launch.py index c2f5c48bc..12366854c 100644 --- a/kitty/launch.py +++ b/kitty/launch.py @@ -1111,6 +1111,7 @@ def remote_edit(msg: str, window: Window) -> None: c.opts.source_window = c.opts.next_to = f'id:{window.id}' # We ignore env vars as some editors execute code present in env vars such as VIMINIT c.opts.env = () + c.opts.copy_env = False w = launch(get_boss(), c.opts, cmdline) if w is not None: c.source_window_id = window.id