diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index 242001a..012ee28 100644 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -240,20 +240,20 @@ filetype *.[1-8] man ./%c fileviewer *.[1-8] man ./%c | col -b " Images -filextype *.bmp,*.jpg,*.jpeg,*.png,*.xpm - \ {View in sxiv} - \ sxiv %f, +filextype *.bmp,*.jpg,*.jpeg,*.png,*.xpm,*.svg + \ {View in imv} + \ imv %f, \ {View in gpicview} \ gpicview %c, \ {View in shotwell} \ shotwell, -fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.xpm +fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.xpm,*.svg \ identify -verbose %f " GIF(Animations) filextype *.gif - \ {View in sxiv} - \ sxiv -a %f, + \ {View in imv} + \ imv -a %f, fileviewer *.gif \ identify %f