mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-18 01:36:08 +03:00
fix(config): fix quick-terminal-autohide
comment
This commit is contained in:
@ -1823,7 +1823,7 @@ keybind: Keybinds = .{},
|
|||||||
/// Automatically hide the quick terminal when focus shifts to another window.
|
/// Automatically hide the quick terminal when focus shifts to another window.
|
||||||
/// Set it to false for the quick terminal to remain open even when it loses focus.
|
/// Set it to false for the quick terminal to remain open even when it loses focus.
|
||||||
///
|
///
|
||||||
/// Defaults to true on macOS and on false on Linux. This is because global
|
/// Defaults to true on macOS and on false on Linux/BSD. This is because global
|
||||||
/// shortcuts on Linux require system configuration and are considerably less
|
/// shortcuts on Linux require system configuration and are considerably less
|
||||||
/// accessible than on macOS, meaning that it is more preferable to keep the
|
/// accessible than on macOS, meaning that it is more preferable to keep the
|
||||||
/// quick terminal open until the user has completed their task.
|
/// quick terminal open until the user has completed their task.
|
||||||
|
Reference in New Issue
Block a user