1
0
Fork 0

fix LF share hotkey

This commit is contained in:
Luca Bilke 2022-08-04 15:44:33 +02:00
parent 8250388070
commit 0b0a81f097

View file

@ -103,6 +103,8 @@ cmd git_branch ${{
lf -remote "send $id cd \"$pwd_shell\""
}}
cmd on-cd &{{
DIR=$(echo $PWD | sed "s|$HOME|~|")
printf "\033]0;  $DIR\007" > /dev/tty
@ -132,7 +134,7 @@ cmd paste &{{
lf -remote "send clear"
}}
cmd share $curl -F"file=@$fx" https://0x0.snaile.de | xclip -selection c
cmd share $curl -F"file=@$fx" https://0x0.snaile.de | xclip -r -selection c
# Bindings
map <c-f> $lf -remote "send $id select '$(fzf)'"