1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

Apply suggestions from code review

This commit is contained in:
Wez Furlong 2023-03-21 22:04:27 -07:00
parent 4ee16328b8
commit f0a86602b5

View File

@ -1,6 +1,6 @@
# `mouse_wheel_scrolls_tabs`
*Since: nightly builds only*
{{since('nightly')}}
If `true`, the vertical mouse wheel will switch between tabs when the mouse
cursor is over the tab bar.
@ -8,7 +8,5 @@ cursor is over the tab bar.
The default is `true`. Set to `false` to disable this behavior.
```lua
return {
mouse_wheel_scrolls_tabs = true,
}
config.mouse_wheel_scrolls_tabs = true
```