cleanup
This commit is contained in:
parent
a7b2205e22
commit
7dd71fadb6
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue