diff --git a/src/config/Config.zig b/src/config/Config.zig index 681984c7d..2c4836689 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -2578,7 +2578,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 = {} }, );