ranger.el icon indicating copy to clipboard operation
ranger.el copied to clipboard

preview images to small

Open ghost opened this issue 5 years ago • 1 comments

The size of the preview images is just to small. In ranger the previews cover the whole tab, in ranger/emacs they mostly have the size of thumbnails.

ghost avatar Dec 03 '19 07:12 ghost

I accidentally pressed zp (ranger-toggle-details) and the image scales up to the whole height. By investigating the code, this is the effect of ranger-setup.

For now, a better workaround would be using (delete-other-windows) (C-x 1) which is invoked by ranger-save-window-settings, itself called by ranger-setup. Although this closes parent tab, at least the preview of every image in the current directory fit the whole tab. Otherwise, pressing i i rescales as well.

firmart avatar May 05 '20 23:05 firmart