From cf8287eef7b9472c8422aaf23425a5446dea7d55 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 2 May 2020 18:56:24 +0200 Subject: [PATCH] pic preview now kitty, not w3m --- .config/ranger/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 272286c..2b7bdd8 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -106,7 +106,7 @@ set preview_images true # while slower, this allows remote previews, # for example during an ssh session. # Tmux is unsupported. -set preview_images_method w3m +set preview_images_method kitty # Delay in seconds before displaying an image with the w3m method. # Increase it in case of experiencing display corruption.