diff --git a/docs/docs/config.mdx b/docs/docs/config.mdx
index abeca3429f..e3b58325ae 100644
--- a/docs/docs/config.mdx
+++ b/docs/docs/config.mdx
@@ -76,6 +76,7 @@ wsh editconfig
| term:bellindicator | bool | when enabled, shows a visual indicator in the tab when the terminal bell is received (default false) |
| term:osc52 | string | controls OSC 52 clipboard behavior: `always` (default, allows OSC 52 at any time) or `focus` (requires focused window and focused block) |
| term:durable | bool | makes remote terminal sessions durable across network disconnects (defaults to false) |
+| term:showsplitbuttons | bool | when enabled, shows split horizontal and vertical buttons in the terminal block header (defaults to false) |
| editor:minimapenabled | bool | set to false to disable editor minimap |
| editor:stickyscrollenabled | bool | enables monaco editor's stickyScroll feature (pinning headers of current context, e.g. class names, method names, etc.), defaults to false |
| editor:wordwrap | bool | set to true to enable word wrapping in the editor (defaults to false) |