diff options
-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; }} |