Fix incorrect scrolloff default in documentation (#4136)
This commit is contained in:
parent
4d4be0e880
commit
18cfe864f4
1 changed files with 1 additions and 1 deletions
|
@ -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` |
|
||||
|
|
Loading…
Add table
Reference in a new issue