diff --git a/docs/docs/config.mdx b/docs/docs/config.mdx index 2c6f341ef..c72095558 100644 --- a/docs/docs/config.mdx +++ b/docs/docs/config.mdx @@ -40,7 +40,7 @@ wsh editconfig | term:fontfamily | string | font family to use for terminal block | | term:disablewebgl | bool | set to false to disable WebGL acceleration in terminal | | term:localshellpath | string | set to override the default shell path for local terminals | -| term:localshellopts | string[] | set to pass additional parameters to the term:localshellpath | +| term:localshellopts | string[] | set to pass additional parameters to the term:localshellpath (example: `["-NoLogo"]` for PowerShell will remove the copyright notice) | | term:copyonselect | bool | set to false to disable terminal copy-on-select | | term:scrollback | int | size of terminal scrollback buffer, max is 10000 | | editor:minimapenabled | bool | set to false to disable editor minimap |