This commit is contained in:
Kovid Goyal 2024-05-22 08:30:54 +05:30
parent a5adc4b315
commit 2124d9353e
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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