diff --git a/dots/lf/lfrc b/dots/lf/lfrc index 41df144..6d47e5f 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -65,7 +65,7 @@ cmd open &{{ case $(file --mime-type -Lb $f) in # text/*) lf -remote "send $id \$$EDITOR \$fx";; # text/*) helix $fx;; - text/*) lf -remote "send $id helix \$fx";; + text/*) lf -remote "send $id nano \$fx";; *) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;; esac }}