From 3b887240d1d9189be7f4adf75f3e71277b7ca833 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Sat, 22 Feb 2025 10:11:38 +0530 Subject: after fixing some boot problems --- .config/lf/lfrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/lf') diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 75ea880..07a1d5e 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -58,7 +58,7 @@ cmd extract ${{ *.tar.gz|*.tgz) tar xzvf "$f" ;; *.tar.xz|*.txz) tar xJvf "$f" ;; *.gz) gunzip "$f" ;; - *.zip) unzip "$f" ;; + *.zip|*.epub) unzip "$f" ;; *.rar) unrar x "$f" ;; *.7z) 7z x "$f" ;; *.zst) unzstd "$f" ;; @@ -120,7 +120,7 @@ map select_eval "fzf --reverse --query '/$ ' --header-first --header='Jump map c map d map I :rename; cmd-home -map i :rename +map i :rename; cmd-word-back; cmd-left map a :rename; cmd-right map A :rename; cmd-end map S push A -- cgit v1.2.3