mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
Add 'command delete' default to macOS
This commit is contained in:
@ -2555,6 +2555,11 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config {
|
|||||||
.{ .key = .{ .translated = .left }, .mods = .{ .super = true } },
|
.{ .key = .{ .translated = .left }, .mods = .{ .super = true } },
|
||||||
.{ .text = "\\x01" },
|
.{ .text = "\\x01" },
|
||||||
);
|
);
|
||||||
|
try result.keybind.set.put(
|
||||||
|
alloc,
|
||||||
|
.{ .key = .{ .translated = .backspace }, .mods = .{ .super = true } },
|
||||||
|
.{ .esc = "w" },
|
||||||
|
);
|
||||||
try result.keybind.set.put(
|
try result.keybind.set.put(
|
||||||
alloc,
|
alloc,
|
||||||
.{ .key = .{ .translated = .left }, .mods = .{ .alt = true } },
|
.{ .key = .{ .translated = .left }, .mods = .{ .alt = true } },
|
||||||
|
Reference in New Issue
Block a user