From 408f1e6d729694c523d8d9c019cc5b25d7983016 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 29 Feb 2020 17:21:12 +0000 Subject: [PATCH] wrap scroll aktiviert --- .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 76bb1e5..4f70f95 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -280,7 +280,7 @@ set save_tabs_on_exit false # Enable scroll wrapping - moving down while on the last item will wrap around to # the top and vice versa. -set wrap_scroll false +set wrap_scroll true # Set the global_inode_type_filter to nothing. Possible options: d, f and l for # directories, files and symlinks respectively.