From 18cfe864f44e9d97f11335b7db14e28c804ea794 Mon Sep 17 00:00:00 2001 From: Brandon Dong Date: Fri, 7 Oct 2022 11:22:35 -0700 Subject: [PATCH] Fix incorrect scrolloff default in documentation (#4136) --- book/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/configuration.md b/book/src/configuration.md index a5092b9d6..4761ebe4f 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -38,7 +38,7 @@ on unix operating systems. | Key | Description | Default | |--|--|---------| -| `scrolloff` | Number of lines of padding around the edge of the screen when scrolling. | `3` | +| `scrolloff` | Number of lines of padding around the edge of the screen when scrolling. | `5` | | `mouse` | Enable mouse mode. | `true` | | `middle-click-paste` | Middle click paste support. | `true` | | `scroll-lines` | Number of lines to scroll per scroll wheel step. | `3` |