From 0dfdabd3d7c2aaee37900103c37a96317f3ada07 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Wed, 10 Jan 2024 13:29:11 +0100 Subject: config --- .config/vifm/vifmrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.config/vifm') 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 -- cgit v1.2.3-54-g00ecf