mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Add default launch action for ssh links
This commit is contained in:
@@ -243,6 +243,10 @@ action launch --type=os-window $EDITOR $FILE_PATH
|
||||
protocol file
|
||||
mime image/*
|
||||
action launch --type=os-window kitty +kitten icat --hold $FILE_PATH
|
||||
|
||||
# Open ssh URLs with ssh command
|
||||
protocol ssh
|
||||
action launch --type=os-window ssh $URL
|
||||
'''.splitlines()))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user