Skip to content

Commit c6f8d26

Browse files
committed
fix: update default terminal mode to Window in TerminalConfig
1 parent 14c0824 commit c6f8d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Configuration/TerminalConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class TerminalConfig
88
/// <summary>
99
/// Terminal mode (tab/window/inplace/echo/vscode/cursor).
1010
/// </summary>
11-
public TerminalMode Mode { get; set; } = TerminalMode.Tab;
11+
public TerminalMode Mode { get; set; } = TerminalMode.Window;
1212

1313
/// <summary>
1414
/// Always create new session.

0 commit comments

Comments
 (0)