mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
docs: various clarifications (#24876)
This commit is contained in:
@@ -5500,8 +5500,9 @@ return {
|
||||
defaults = { if_true = 'ver:3,hor:6' },
|
||||
desc = [=[
|
||||
This option controls the number of lines / columns to scroll by when
|
||||
scrolling with a mouse. The option is a comma separated list of parts.
|
||||
Each part consists of a direction and a count as follows:
|
||||
scrolling with a mouse wheel (|scroll-mouse-wheel|). The option is
|
||||
a comma-separated list. Each part consists of a direction and a count
|
||||
as follows:
|
||||
direction:count,direction:count
|
||||
Direction is one of either "hor" or "ver". "hor" controls horizontal
|
||||
scrolling and "ver" controls vertical scrolling. Count sets the amount
|
||||
|
Reference in New Issue
Block a user