summaryrefslogtreecommitdiffstats
path: root/.config/vifm
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-01-10 13:29:11 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-01-10 13:29:11 +0100
commit0dfdabd3d7c2aaee37900103c37a96317f3ada07 (patch)
treefe27ea564b60cf6e75b7f2dc3dc8bb57d78a3884 /.config/vifm
parent2a610aeff4a33456c03f0c8db1469cdc95ba1e73 (diff)
downloaddotfiles-0dfdabd3d7c2aaee37900103c37a96317f3ada07.tar.zst
config
Diffstat (limited to '.config/vifm')
-rw-r--r--.config/vifm/vifmrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc
index 1b551a8..2631681 100644
--- a/.config/vifm/vifmrc
+++ b/.config/vifm/vifmrc
@@ -14,19 +14,22 @@ set sortnumbers
set statusline=" %t %= %A %8u:%-6g %7E %18d "
set syscalls
set timefmt="%Y-%m-%d %H:%M"
-set vicmd="nvim"
+set vicmd=nvim
set vifminfo=tui,dhistory,savedirs,chistory,shistory,phistory,fhistory
set wildmenu
filextype *.djvu,*.epub,*.pdf,*.ps zathura %c 2>/dev/null &
-filextype *.bmp,*.gif,*.jpeg,*.jpg,*jxl,*.png,*.tif,*.tiff,*.webp nsxiv -a -b %f &
+filextype *.bmp,*.gif,*.jpeg,*.jpg,*.jxl,*.png,*.tif,*.tiff,*.webp nsxiv -a -b %f &
filetype *.mp3,*.ogg mpv %f
-filextype *.mp4,*.mp4.part,*.webm,*.webm.part,*.mkv mpv --no-terminal %f &
+filextype *.mp4,*.mp4.part,*.webm,*.webm.part,*.mkv mpv --no-terminal %f 2>/dev/null &
filextype *.html,*.htm chromium %f &
filetype *.[1-8] man ./%c
filetype *.tar,*.tar.bz2,*.tar.gz,*.tar.xz,*.tar.zst,*.tgz tar xf %f &
+filextype *.ods,*.odt,*.doc libreoffice %f 2>/dev/null &
filetype *.rar unrar %f &
filetype *.zip unzip %f &
+filextype *.xcf gimp %f &
+filextype *.xopp xournalpp %f 2>/dev/null &
command! diff vim -d %b
command! du ncdu