...
This commit is contained in:
parent
a5adc4b315
commit
2124d9353e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue