u
This commit is contained in:
@@ -65,7 +65,7 @@ cmd open &{{
|
|||||||
case $(file --mime-type -Lb $f) in
|
case $(file --mime-type -Lb $f) in
|
||||||
# text/*) lf -remote "send $id \$$EDITOR \$fx";;
|
# text/*) lf -remote "send $id \$$EDITOR \$fx";;
|
||||||
# text/*) helix $fx;;
|
# text/*) helix $fx;;
|
||||||
text/*) nano $fx;;
|
text/*) lf -remote "send $id helix \$fx";;
|
||||||
*) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;;
|
*) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;;
|
||||||
esac
|
esac
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user