mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
linux: proper split shortcuts
This commit is contained in:
@ -307,12 +307,12 @@ pub const Config = struct {
|
||||
);
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
.{ .key = .d, .mods = .{ .ctrl = true } },
|
||||
.{ .key = .o, .mods = .{ .ctrl = true, .shift = true } },
|
||||
.{ .new_split = .right },
|
||||
);
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
.{ .key = .d, .mods = .{ .ctrl = true, .shift = true } },
|
||||
.{ .key = .e, .mods = .{ .ctrl = true, .shift = true } },
|
||||
.{ .new_split = .down },
|
||||
);
|
||||
try result.keybind.set.put(
|
||||
|
Reference in New Issue
Block a user