From 95ee6c1633ababd8ed9d91e03781c47bbd07bd41 Mon Sep 17 00:00:00 2001 From: Koray08 Date: Sat, 28 Dec 2024 22:35:44 +0200 Subject: [PATCH] Replace 'w' with '\x15' --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index c0b37c870..d85705b32 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -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,