mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 23:06:20 +00:00
macos: change focus callback to use an enum so we can get other dirs
This commit is contained in:
@@ -314,12 +314,12 @@ pub const Config = struct {
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
.{ .key = .left_bracket, .mods = .{ .super = true } },
|
||||
.{ .previous_split = {} },
|
||||
.{ .goto_split = .previous },
|
||||
);
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
.{ .key = .right_bracket, .mods = .{ .super = true } },
|
||||
.{ .next_split = {} },
|
||||
.{ .goto_split = .next },
|
||||
);
|
||||
{
|
||||
// Cmd+N for goto tab N
|
||||
|
Reference in New Issue
Block a user