Replace 'w' with '\x15'

This commit is contained in:
Koray08
2024-12-28 22:35:44 +02:00
parent 0160f8a0d9
commit 95ee6c1633

View File

@ -2558,7 +2558,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,