From aa9b7cd2e9193b97725d6e3d3587d9a3a537f3ed Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 18 Dec 2023 08:07:41 -0800 Subject: [PATCH] input: clarify some limitations of opening config --- src/input/Binding.zig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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