.dotfiles/kitty/.config/kitty/open-actions.conf
Wiktor Zykubek f62b71becb Upload totally new dotfiles for new configuration
Old fiels still available on other branches
2024-10-27 13:26:04 +01:00

12 lines
262 B
Plaintext

protocol file
fragment_matches [0-9]+
action launch --type=overlay $EDITOR +$FRAGMENT $FILE_PATH
protocol file
mime text/*
action launch --type=overlay $EDITOR $FILE_PATH
protocol file
mime image/*
action launch --type=overlay kitten icat --hold -- $FILE_PATH