mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 05:50:27 +00:00
Added GOTO_WINDOW to actions
This commit is contained in:
committed by
Mitchell Hashimoto
parent
55ae4430b9
commit
afbcfa9e3d
@@ -546,7 +546,7 @@ pub const Action = union(enum) {
|
||||
goto_split: SplitFocusDirection,
|
||||
|
||||
/// Focus on either the previous window or the next one ('previous', 'next')
|
||||
goto_window: WindowDirection,
|
||||
goto_window: GotoWindow,
|
||||
|
||||
/// Zoom in or out of the current split.
|
||||
///
|
||||
@@ -934,7 +934,7 @@ pub const Action = union(enum) {
|
||||
right,
|
||||
};
|
||||
|
||||
pub const WindowDirection = enum {
|
||||
pub const GotoWindow = enum {
|
||||
previous,
|
||||
next,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user