-*tabpage.txt* For Vim version 9.2. Last change: 2026 Apr 21
+*tabpage.txt* For Vim version 9.2. Last change: 2026 Apr 25
VIM REFERENCE MANUAL by Bram Moolenaar
SCROLLING IN THE TABPANEL: *tabpanel-scroll*
-When the total height of the tab list exceeds the visible screen height, the
-tabpanel by default displays the "page" that contains the current tab and
-offers no way to view tabs outside that page.
+When the total height of the tab page list exceeds the visible screen height,
+the tabpanel by default displays the "page" that contains the current tab page
+and offers no way to view tab pages outside that page.
To make the tabpanel scrollable, add "scroll" to 'tabpanelopt': >
:set tabpanelopt+=scroll
With "scroll" enabled, mouse wheel events over the tabpanel area scroll the
-tab list up or down. The scroll step follows the 'mousescroll' setting.
+tab page list up or down. The scroll step follows the 'mousescroll' setting.
Wheel events inside the tabpanel area are consumed by the tabpanel and do not
trigger |<ScrollWheelUp>| or |<ScrollWheelDown>| mappings.
-*version9.txt* For Vim version 9.2. Last change: 2026 Apr 21
+*version9.txt* For Vim version 9.2. Last change: 2026 Apr 25
VIM REFERENCE MANUAL by Bram Moolenaar
- Allow mouse clickable regions in the 'statusline', 'tabline' and the
'tabpanel' using the |stl-%[FuncName]| atom.
- Enable reflow support in the |:terminal|.
-- Added "scroll" and "scrollbar" sub-options to 'tabpanelopt' so the
- tabpanel can scroll when the tab list exceeds the visible screen
- height.
+- Added "scroll" and "scrollbar" sub-options to 'tabpanelopt' so the tabpanel
+ can scroll when the tab page list exceeds the visible screen height.
Platform specific ~
-----------------