aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorBrandon Dong2022-10-07 18:22:35 +0000
committerGitHub2022-10-07 18:22:35 +0000
commit18cfe864f44e9d97f11335b7db14e28c804ea794 (patch)
treee8a0c095d0c6db3e4a7d9e0ff470bf50010177e2 /book
parent4d4be0e880efd136100439cc34e8c526d299ec34 (diff)
Fix incorrect scrolloff default in documentation (#4136)
Diffstat (limited to 'book')
-rw-r--r--book/src/configuration.md2
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` |