diff --git a/src/config/Config.zig b/src/config/Config.zig index 9e6f17ef4..11cebb351 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -2622,7 +2622,7 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config { ); try result.keybind.set.put( alloc, - .{ .key = .{ .translated = .equal }, .mods = .{ .super = true, .ctrl = true, .shift = true } }, + .{ .key = .{ .translated = .plus }, .mods = .{ .super = true, .ctrl = true, .shift = true } }, .{ .equalize_splits = {} }, );