Skip to content

Commit

Permalink
Fix incorrect scrolloff default in documentation (helix-editor#4136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Dong authored and Shekhinah Memmel committed Dec 11, 2022
1 parent d9ef081 commit 0922737
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 0922737

Please sign in to comment.