diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-03-02 23:26:51 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-03-02 23:26:51 +0400 |
commit | 8b56bed5f0b248700a1ac7d9fa54744d8d4406d6 (patch) | |
tree | 285573b7bda99cd7008106add8c4a76686e788b4 | |
parent | e37c9ec0733ffd49ca454a024fad84009c3a1114 (diff) |
-rw-r--r-- | config/lf/lfrc | 2 |
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; }} |