fix(config): fix `quick-terminal-autohide` comment
parent
8e7e9cb8ec
commit
6e190acf31
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue