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