From 18fcab43461b001322d833fcb9731a4d0246355f Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Mon, 16 Dec 2024 16:53:34 -0800 Subject: [PATCH] Add term:localshellopts example to docs (#1535) adds example to avoid confusion and resolve #1522 --- docs/docs/config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |