" vifm configuration colorscheme solarized-dark set dotdirs=treeleafsparent set fastrun set history=100 set ignorecase set incsearch set nofollowlinks set scrolloff=4 set smartcase set sortnumbers set statusline=" %t %= %A %8u:%-6g %7E %18d " set syscalls set timefmt="%Y-%m-%d %H:%M" 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 & filetype *.mp3,*.ogg mpv %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 command! mkcd :mkdir %a | cd %a nnoremap s :shell nnoremap I cw nnoremap A cw nnoremap T :!st & cnoremap cnoremap " vim: ft=vifm