From 8b56bed5f0b248700a1ac7d9fa54744d8d4406d6 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 2 Mar 2025 23:26:51 +0400 Subject: lfrc: use `x` to execute an executable --- config/lf/lfrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lf/lfrc b/config/lf/lfrc index 8606a42..8f3b2ac 100644 --- a/config/lf/lfrc +++ b/config/lf/lfrc @@ -13,7 +13,7 @@ map m push $mkdir map t push $touch map D trash map $lf -remote "send $id select \"$(fzf --reverse)\"" -map x $setsid mpv "$f" # execute current file (must be executable) +map x $$f # execute current file (must be executable) map zb :{{ set sortby natural; set info size; set preview; set ratios 5:2; }} map zz :{{ set preview; set ratios 1:2:3; }} -- cgit v1.2.3