Is it possible to mark files in Sxiv and get them selected in Vifm?
I have tried this:
fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm,*.svg \ sxiv -rot -q * | :normal t &,
It does not work.
Any ideas?
You need to use :select command for that:
:select
select! !sxiv -oqt *
This will select only visible files, you might want to use %u macro with recursion:
%u
!sxiv -roqt * %u