dont use shift+equal combo
parent
ccf72dfbf7
commit
92bd6b6244
|
|
@ -2578,7 +2578,7 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config {
|
|||
);
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
.{ .key = .{ .translated = .equal }, .mods = .{ .super = true, .ctrl = true, .shift = true } },
|
||||
.{ .key = .{ .translated = .plus }, .mods = .{ .super = true, .ctrl = true, .shift = true } },
|
||||
.{ .equalize_splits = {} },
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue