1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-02-23 16:32:27 +01:00
parent a7b2205e22
commit 7dd71fadb6

View file

@ -30,11 +30,12 @@ cmd pushedit %{{
echo
echo $files | xargs -r touch
if [ -n "$TAOLF" ]; then
lf -remote "send $id toggle $files
send $id open"
else
lf -remote "send $id \$$OPENER $files
lf -remote "send $id unselect
send $id toggle $files
send $id open
send $id unselect"
else
lf -remote "send $id \$$OPENER $files"
fi
}}