diff --git a/src/config.zig b/src/config.zig index 7c3fed022..711a69957 100644 --- a/src/config.zig +++ b/src/config.zig @@ -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(