mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
input: clarify some limitations of opening config
This commit is contained in:
@ -214,7 +214,9 @@ pub const Action = union(enum) {
|
|||||||
/// focused terminal.
|
/// focused terminal.
|
||||||
inspector: InspectorMode,
|
inspector: InspectorMode,
|
||||||
|
|
||||||
/// Open the configuration file in the default OS editor.
|
/// Open the configuration file in the default OS editor. If your default
|
||||||
|
/// OS editor isn't configured then this will fail. Currently, any failures
|
||||||
|
/// to open the configuration will show up only in the logs.
|
||||||
open_config: void,
|
open_config: void,
|
||||||
|
|
||||||
/// Reload the configuration. The exact meaning depends on the app runtime
|
/// Reload the configuration. The exact meaning depends on the app runtime
|
||||||
|
Reference in New Issue
Block a user