mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-25 03:02:21 +08:00
docs(scrollbar): add doc about scrollbar
This commit is contained in:
parent
8f1f93350e
commit
4b617500ec
@ -26,6 +26,7 @@ description: "General documentation about how to use SpaceVim, including the qui
|
||||
- [Colorschemes](#colorschemes)
|
||||
- [Font](#font)
|
||||
- [Mouse](#mouse)
|
||||
- [Scrollbar](#scrollbar)
|
||||
- [UI Toggles](#ui-toggles)
|
||||
- [Statusline](#statusline)
|
||||
- [Tabline](#tabline)
|
||||
@ -570,6 +571,17 @@ endfunction
|
||||
|
||||
Read `:h 'mouse'` for more info.
|
||||
|
||||
### Scrollbar
|
||||
|
||||
The scrollbar is disabled by default. To enable the scrollbar,
|
||||
you need to change `enable_scrollbar` option in [ui layer](../layers/ui/).
|
||||
|
||||
```
|
||||
[[layers]]
|
||||
name = "ui"
|
||||
enable_scrollbar = true
|
||||
```
|
||||
|
||||
### UI Toggles
|
||||
|
||||
Some UI indicators can be toggled on and off (toggles start with t and T):
|
||||
|
Loading…
x
Reference in New Issue
Block a user