diff --git a/src/config/Config.zig b/src/config/Config.zig index a6327c063..a090b5d60 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1582,11 +1582,6 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config { .{ .key = .{ .translated = .right }, .mods = .{ .ctrl = true, .shift = true } }, .{ .next_tab = {} }, ); - try result.keybind.set.put( - alloc, - .{ .key = .{ .physical = inputpkg.Key.zero }, .mods = .{ .super = true } }, - .{ .last_tab = {} }, - ); try result.keybind.set.put( alloc, .{ .key = .{ .translated = .page_up }, .mods = .{ .ctrl = true } },