mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-13 19:15:48 +00:00
clarify config documentation around previously focused windows/tabs/splits
This commit is contained in:
@@ -1851,12 +1851,12 @@ keybind: Keybinds = .{},
|
||||
@"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
|
||||
/// previously focused tab. If no tab 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
|
||||
/// previously focused split. If no split was previously focused, the default
|
||||
/// working directory will be used (the `working-directory` option).
|
||||
@"split-inherit-working-directory": bool = true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user