remove lf binding to send with warpinator

This commit is contained in:
Antoine Vaure 2024-10-21 01:22:37 +02:00 committed by ant
parent 28336a7951
commit 0dd0612dc4

5
lf.nix
View file

@ -49,10 +49,6 @@
# find = ''''${{
# set -f
# read -p
send-warpinator = ''%{{
set -f
${pkgs.warpinator}/bin/warpinator-send $f
}}'';
toggle_preview = ''%{{
if [ "$lf_preview" = "true" ]; then
lf -remote "send $id :set preview false; set ratios 1:5"
@ -148,7 +144,6 @@
ar = "bulk-rename";
af = "follow_link";
ai = "open_folder_in_sxiv";
aw = "send-warpinator";
E = "$nvim";
p = "alt-paste copy";
P = "alt-paste cut";