reload_config keybinding (defaults to ctrl+alt+super+space)

This commit is contained in:
Mitchell Hashimoto
2023-03-13 22:00:10 -07:00
parent a9928cfb90
commit f5c1dfa374
4 changed files with 20 additions and 0 deletions

View File

@@ -187,6 +187,12 @@ pub const Action = union(enum) {
/// Focus on a split in a given direction.
goto_split: SplitFocusDirection,
/// 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
/// runtime.
reload_config: void,
/// Close the current "surface", whether that is a window, tab, split,
/// etc. This only closes ONE surface.
close_surface: void,