correct default keybinding cmd+backspace for macOS
cmd+backspace=text:\x15pull/4249/head
parent
60611b8a4a
commit
c16dbc01f0
|
|
@ -2603,7 +2603,7 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config {
|
|||
try result.keybind.set.put(
|
||||
alloc,
|
||||
.{ .key = .{ .translated = .backspace }, .mods = .{ .super = true } },
|
||||
.{ .esc = "\x15" },
|
||||
.{ .text = "\\x15" },
|
||||
);
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
|
|
|
|||
Loading…
Reference in New Issue