Merge pull request #1116 from clebs/feature/settings-shortcut

macos: Add settings shortcut
This commit is contained in:
Mitchell Hashimoto
2023-12-18 08:08:48 -08:00
committed by GitHub
13 changed files with 105 additions and 2 deletions

View File

@@ -214,6 +214,11 @@ pub const Action = union(enum) {
/// focused terminal.
inspector: InspectorMode,
/// 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
/// in use but this usually involves re-reading the configuration file
/// and applying any changes. Note that not all changes can be applied at