mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
change default keybinding for close_tab to ctrl+shift+w
This commit is contained in:

committed by
Mitchell Hashimoto

parent
75c15b6246
commit
8f8591ec01
@ -2375,7 +2375,7 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config {
|
||||
);
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
.{ .key = .{ .translated = .x }, .mods = .{ .ctrl = true, .shift = true } },
|
||||
.{ .key = .{ .translated = .w }, .mods = .{ .ctrl = true, .shift = true } },
|
||||
.{ .close_tab = {} },
|
||||
);
|
||||
try result.keybind.set.put(
|
||||
@ -2660,7 +2660,7 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config {
|
||||
);
|
||||
try result.keybind.set.put(
|
||||
alloc,
|
||||
.{ .key = .{ .translated = .x }, .mods = .{ .super = true } },
|
||||
.{ .key = .{ .translated = .w }, .mods = .{ .super = true } },
|
||||
.{ .close_tab = {} },
|
||||
);
|
||||
try result.keybind.set.put(
|
||||
|
Reference in New Issue
Block a user