From 8f8591ec019d8eebc72275ef806874cfca7c8dfd Mon Sep 17 00:00:00 2001 From: Sabarigirish Manikandan Date: Sun, 5 Jan 2025 15:07:15 +0530 Subject: [PATCH] change default keybinding for close_tab to ctrl+shift+w --- src/config/Config.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index cb0b80ef9..044e053f2 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -2375,7 +2375,7 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config { ); try result.keybind.set.put( alloc, - .{ .key = .{ .translated = .x }, .mods = .{ .ctrl = true, .shift = true } }, + .{ .key = .{ .translated = .w }, .mods = .{ .ctrl = true, .shift = true } }, .{ .close_tab = {} }, ); try result.keybind.set.put( @@ -2660,7 +2660,7 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config { ); try result.keybind.set.put( alloc, - .{ .key = .{ .translated = .x }, .mods = .{ .super = true } }, + .{ .key = .{ .translated = .w }, .mods = .{ .super = true } }, .{ .close_tab = {} }, ); try result.keybind.set.put(