diff --git a/src/config/Config.zig b/src/config/Config.zig index b8a8b43ac..ab0109da3 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1865,6 +1865,11 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config { .{ .key = .{ .translated = .t }, .mods = .{ .ctrl = true, .shift = true } }, .{ .new_tab = {} }, ); + try result.keybind.set.put( + alloc, + .{ .key = .{ .translated = .left }, .mods = .{ .ctrl = true, .shift = true } }, + .{ .previous_tab = {} }, + ); try result.keybind.set.put( alloc, .{ .key = .{ .translated = .right }, .mods = .{ .ctrl = true, .shift = true } },