From 25a704cd27d3dbd530103bc92cd20ead727d8a9c Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 5 Jul 2019 21:40:33 +0530 Subject: [PATCH] Set scrolloff to 3 --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index d5c299b8..060c7dfd 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -133,7 +133,7 @@ #define DOT_FILTER_LEN 7 #define ASCII_MAX 128 #define EXEC_ARGS_MAX 8 -#define SCROLLOFF 5 +#define SCROLLOFF 3 #define LONG_SIZE sizeof(ulong) /* Program return codes */