mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 05:20:29 +00:00
Window switching initial
This commit is contained in:
committed by
Mitchell Hashimoto
parent
1805a9cb87
commit
1c1ef99fb1
@@ -479,6 +479,20 @@ fn actionCommands(action: Action.Key) []const Command {
|
||||
},
|
||||
},
|
||||
|
||||
.goto_window => comptime &.{
|
||||
.{
|
||||
.action = .{ .goto_window = .previous },
|
||||
.title = "Focus Window: Previous",
|
||||
.description = "Focus the previous window, if any.",
|
||||
},
|
||||
.{
|
||||
.action = .{ .goto_window = .previous },
|
||||
.title = "Focus Window: Next",
|
||||
.description = "Focus the next window, if any.",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
.toggle_split_zoom => comptime &.{.{
|
||||
.action = .toggle_split_zoom,
|
||||
.title = "Toggle Split Zoom",
|
||||
|
||||
Reference in New Issue
Block a user