From 44dd357ca1aebe3eae9cf4878b27ad4612b89b6a Mon Sep 17 00:00:00 2001 From: committer Date: Fri, 31 May 2024 16:42:28 -0500 Subject: [PATCH] u --- dots/lf/lfrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dots/lf/lfrc b/dots/lf/lfrc index dfbf63d..1c79b71 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -63,7 +63,8 @@ cmd cds :cd /home/poq/syncDir # text files and a file opener for the rest. cmd open &{{ case $(file --mime-type -Lb $f) in - text/*) lf -remote "send $id \$$EDITOR \$fx";; +# text/*) lf -remote "send $id \$$EDITOR \$fx";; + text/*) lf -remote "send $id %helix \$fx";; *) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;; esac }} @@ -124,4 +125,4 @@ cmd dragon-stay %dragon-drop --all "$fx" cmd dragon-individual %dragon-drop "$fx" # misc -cmd edit helix "$fx" +cmd edit %helix "$fx"