summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-03-02 23:26:51 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-03-02 23:26:51 +0400
commit8b56bed5f0b248700a1ac7d9fa54744d8d4406d6 (patch)
tree285573b7bda99cd7008106add8c4a76686e788b4
parente37c9ec0733ffd49ca454a024fad84009c3a1114 (diff)
lfrc: use `x` to execute an executableHEADmaster
-rw-r--r--config/lf/lfrc2
1 files changed, 1 insertions, 1 deletions
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<space>
map t push $touch<space>
map D trash
map <c-f> $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; }}