Open bbaserdem opened 1 year ago
I don't see any obvious issues. Does the same happen if you replace xdg-open
with vimiv
in :filextype
command? Or if you do :!xdg-open %c
? You might also want to check :!!which vimiv xdg-open
in case there is some script with a matching name.
I'm trying to set it so that image files are opened automatically with vimiv. I have the following line in my config;
When I navigate to any image file, and open it (by enter or by doing
:file
command and selecting xdg-open entry) I have an instance of vimiv launched, but from the home directory without the selected image.When I launch it on the terminal using
xdg-open Media/Pictures/Figures/rl/1dplume_fail_onlyEndRew.png
; then I'm greeted with vimiv screen with the picture.This issue only seems to be in using xdg-open with vifm; I tried all the following iterations of the command but it has not worked so far
and still have the same issue. I assume this is something easy that I'm missing rather than an issue with vifm; but would love some help regarding.
Here is the relevant xdg-mime and vifm commands; so I'm sure there is no problem regarding my mimetype settings.