mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Sets sane default for copy-to-right-click
This commit is contained in:
@ -1513,8 +1513,8 @@ keybind: Keybinds = .{},
|
||||
},
|
||||
|
||||
@"copy-on-right-click": CopyOnMouseAction = switch (builtin.os.tag) {
|
||||
.linux => .true,
|
||||
.macos => .true,
|
||||
.linux => .false,
|
||||
.macos => .false,
|
||||
else => .false,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user