mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 11:35:48 +00:00
Add config entries for tab and split inheritance
This commit is contained in:
@@ -1845,11 +1845,21 @@ keybind: Keybinds = .{},
|
||||
/// This setting is only supported currently on macOS.
|
||||
@"window-vsync": bool = true,
|
||||
|
||||
/// If true, new windows and tabs will inherit the working directory of the
|
||||
/// If true, new windows will inherit the working directory of the
|
||||
/// previously focused window. If no window was previously focused, the default
|
||||
/// working directory will be used (the `working-directory` option).
|
||||
@"window-inherit-working-directory": bool = true,
|
||||
|
||||
/// If true, new tabs will inherit the working directory of the
|
||||
/// previously focused window. If no window was previously focused, the default
|
||||
/// working directory will be used (the `working-directory` option).
|
||||
@"tab-inherit-working-directory": bool = true,
|
||||
|
||||
/// If true, new split panes will inherit the working directory of the
|
||||
/// previously focused window. If no window was previously focused, the default
|
||||
/// working directory will be used (the `working-directory` option).
|
||||
@"split-inherit-working-directory": bool = true,
|
||||
|
||||
/// If true, new windows and tabs will inherit the font size of the previously
|
||||
/// focused window. If no window was previously focused, the default font size
|
||||
/// will be used. If this is false, the default font size specified in the
|
||||
|
||||
Reference in New Issue
Block a user