diff options
author | Brandon Dong | 2022-10-07 18:22:35 +0000 |
---|---|---|
committer | GitHub | 2022-10-07 18:22:35 +0000 |
commit | 18cfe864f44e9d97f11335b7db14e28c804ea794 (patch) | |
tree | e8a0c095d0c6db3e4a7d9e0ff470bf50010177e2 | |
parent | 4d4be0e880efd136100439cc34e8c526d299ec34 (diff) |
Fix incorrect scrolloff default in documentation (#4136)
-rw-r--r-- | book/src/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index a5092b9d..4761ebe4 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` | |