From 02c6fb5a8ca2464a53668ca48d27f0c541a8070b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 26 Aug 2024 19:56:51 -0700 Subject: [PATCH] config: remove the super+0 binding for last_tab --- src/config/Config.zig | 5 ----- 1 file changed, 5 deletions(-) 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 } },