config: remove the super+0 binding for last_tab

This commit is contained in:
Mitchell Hashimoto
2024-08-26 19:56:51 -07:00
parent 262902a28d
commit 02c6fb5a8c

View File

@ -1582,11 +1582,6 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config {
.{ .key = .{ .translated = .right }, .mods = .{ .ctrl = true, .shift = true } }, .{ .key = .{ .translated = .right }, .mods = .{ .ctrl = true, .shift = true } },
.{ .next_tab = {} }, .{ .next_tab = {} },
); );
try result.keybind.set.put(
alloc,
.{ .key = .{ .physical = inputpkg.Key.zero }, .mods = .{ .super = true } },
.{ .last_tab = {} },
);
try result.keybind.set.put( try result.keybind.set.put(
alloc, alloc,
.{ .key = .{ .translated = .page_up }, .mods = .{ .ctrl = true } }, .{ .key = .{ .translated = .page_up }, .mods = .{ .ctrl = true } },