Skip to content

Commit

Permalink
Fix incorrect scrolloff default in documentation (#4136)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandondong authored Oct 7, 2022
1 parent 4d4be0e commit 18cfe86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit 18cfe86

Please sign in to comment.