From 2124d9353e7e57e79c3866c10de1dafd72d279a0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 22 May 2024 08:30:54 +0530 Subject: [PATCH] ... --- kitty/open_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/open_actions.py b/kitty/open_actions.py index c7bc82b83..a5f60cb99 100644 --- a/kitty/open_actions.py +++ b/kitty/open_actions.py @@ -259,7 +259,7 @@ def default_launch_actions() -> Tuple[OpenAction, ...]: # Open text files without fragments in the editor protocol file mime text/* -action launch --type=os-window $EDITOR -- $FILE_PATH +action launch --type=os-window -- $EDITOR -- $FILE_PATH # Open image files with icat protocol file