From 8b9a1d8530b2dc1c68b20de25c68bae6a4c8a41b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 17 Mar 2023 14:27:49 -0700 Subject: [PATCH] linux: proper split shortcuts --- src/config.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(