input: clarify some limitations of opening config

This commit is contained in:
Mitchell Hashimoto
2023-12-18 08:07:41 -08:00
parent 2c311ab369
commit aa9b7cd2e9

View File

@ -214,7 +214,9 @@ pub const Action = union(enum) {
/// focused terminal.
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,
/// Reload the configuration. The exact meaning depends on the app runtime