diff options
Diffstat (limited to '')
-rw-r--r-- | .config/lf/lfrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index b121f04..5565b0b 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -25,7 +25,7 @@ cmd open ${{ image/svg+xml) display -- $f ;; image/*) rotdir $f | grep -i "\.\(png\|jpg\|jpeg\|gif\|webp\|tif\|ico\)\(_large\)*$" | - imv 2>/dev/null | while read -r file; do + nsxiv -aibof 2>/dev/null | while read -r file; do [ -z "$file" ] && continue lf -remote "send select \"$file\"" lf -remote "send toggle" @@ -68,6 +68,7 @@ map <c-s> $$SHELL map <c-n> push :mkdir<space> map <f-7> push :mkdir<space> map <c-r> reload +map <c-g> clear cmap <c-g> cmd-escape map x !$f map X $$f |