-
I use sxiv to open images. In order to be able to do the same through lf I added this line to
Needed It works, it opens images. But, I cannot use a feature of sxiv; hitting Enter key shows a preview of all images in the directory. If I open an image from lf hitting Enter in sxiv shows a preview of the opened image only, as if it's isolated. On the contrary, through ranger + sxiv I can preview all images in directory. In Also, what's the difference between |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Looks like Ranger uses a script that sends all files in the directory to sxiv Here's the code I use in lfrc:
Edit: Should probably add |
Beta Was this translation helpful? Give feedback.
Looks like Ranger uses a script that sends all files in the directory to sxiv
https://github.com/nsxiv/nsxiv-extra/tree/master/scripts/nsxiv-rifle
Here's the code I use in lfrc:
Edit: Should probably add
set ifs "\n"
in lfrc