Formatting
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,
|
||||
|
||||
|
|
|
|||
|
|
@ -492,7 +492,6 @@ fn actionCommands(action: Action.Key) []const Command {
|
|||
},
|
||||
},
|
||||
|
||||
|
||||
.toggle_split_zoom => comptime &.{.{
|
||||
.action = .toggle_split_zoom,
|
||||
.title = "Toggle Split Zoom",
|
||||
|
|
|
|||
Loading…
Reference in New Issue