mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-29 20:07:55 +00:00
Formatting
This commit is contained in:
committed by
Mitchell Hashimoto
parent
3000136e61
commit
55ae4430b9
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
@@ -492,7 +492,6 @@ fn actionCommands(action: Action.Key) []const Command {
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
.toggle_split_zoom => comptime &.{.{
|
||||
.action = .toggle_split_zoom,
|
||||
.title = "Toggle Split Zoom",
|
||||
|
||||
Reference in New Issue
Block a user