for preview some pictures like:

In VIFM, after moving at the right place where the pictures are, I use the VIFM shortcut yd to yank the full path of the directory - then I open a linux terminal with s and type:
$ nemo /path/of/the/directory
the mapping of the shortcut yd is in the VIFMRC file
.................................................................................................
>" Yank current DIRECTORY PATH into linux clipboards
nnoremap yd :!echo -n %d | xsel --input --primary %i && echo -n %d | xsel --clipboard --input %i
Is there a better way to do this ?
please correct me if I'm using the wrong semantics in the above description
thx