Update lf launchers

This commit is contained in:
daniele 2024-05-20 19:27:17 +02:00
parent 2bf85adfea
commit 385f3498ed
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -37,6 +37,7 @@ set cleaner ~/.config/lf/lf_kitty_clean
cmd open &{{
case $(file --mime-type -Lb $f) in
text/*) lf -remote "send $id \$$EDITOR \$fx";;
application/json) lf -remote "send $id \$$EDITOR \$fx";;
*) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;;
esac
}}