Replace 'w' with '\x15'

This commit is contained in:
Koray08
2024-12-28 22:35:44 +02:00
committed by Jonathan Lopez
parent ec3fe8d17f
commit 609ba944fa

View File

@ -2580,7 +2580,7 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config {
try result.keybind.set.put(
alloc,
.{ .key = .{ .translated = .backspace }, .mods = .{ .super = true } },
.{ .esc = "w" },
.{ .esc = "\x15" },
);
try result.keybind.set.put(
alloc,