diff --git a/src/input/Binding.zig b/src/input/Binding.zig index 98279e17e..c4a35a647 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -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