Formatting

This commit is contained in:
Max Bretschneider
2025-10-23 23:33:27 +02:00
committed by Mitchell Hashimoto
parent 3000136e61
commit 55ae4430b9
4 changed files with 36 additions and 38 deletions

View File

@@ -545,7 +545,6 @@ pub const Action = union(enum) {
/// (`previous` and `next`).
goto_split: SplitFocusDirection,
/// Focus on either the previous window or the next one ('previous', 'next')
goto_window: WindowDirection,
@@ -936,7 +935,7 @@ pub const Action = union(enum) {
};
pub const WindowDirection = enum {
previous,
previous,
next,
};

View File

@@ -492,7 +492,6 @@ fn actionCommands(action: Action.Key) []const Command {
},
},
.toggle_split_zoom => comptime &.{.{
.action = .toggle_split_zoom,
.title = "Toggle Split Zoom",