mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-28 17:14:39 +00:00
Wrong action typo fix
This commit is contained in:
committed by
Mitchell Hashimoto
parent
afbcfa9e3d
commit
4f02e6c096
@@ -486,7 +486,7 @@ fn actionCommands(action: Action.Key) []const Command {
|
||||
.description = "Focus the previous window, if any.",
|
||||
},
|
||||
.{
|
||||
.action = .{ .goto_window = .previous },
|
||||
.action = .{ .goto_window = .next },
|
||||
.title = "Focus Window: Next",
|
||||
.description = "Focus the next window, if any.",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user