Wrong action typo fix
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.",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue