We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c0824 commit c6f8d26Copy full SHA for c6f8d26
1 file changed
src/Configuration/TerminalConfig.cs
@@ -8,7 +8,7 @@ public class TerminalConfig
8
/// <summary>
9
/// Terminal mode (tab/window/inplace/echo/vscode/cursor).
10
/// </summary>
11
- public TerminalMode Mode { get; set; } = TerminalMode.Tab;
+ public TerminalMode Mode { get; set; } = TerminalMode.Window;
12
13
14
/// Always create new session.
0 commit comments