Skip to content

Commit a8d2185

Browse files
committed
Switch default key bindings to include on and offscreen contents
Previous discussions: - ghostty-org#3652 - ghostty-org#3496 - ghostty-org#4911 - ghostty-org#4390 - ghostty-org#2363 (comment) - ghostty-org#189 (comment) - ghostty-org#2040
1 parent 6265adf commit a8d2185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/Config.zig

+2-2
Original file line numberDiff line numberDiff line change
@@ -2370,13 +2370,13 @@ pub fn default(alloc_gpa: Allocator) Allocator.Error!Config {
23702370
try result.keybind.set.put(
23712371
alloc,
23722372
.{ .key = .{ .translated = .j }, .mods = inputpkg.ctrlOrSuper(.{ .shift = true }) },
2373-
.{ .write_scrollback_file = .paste },
2373+
.{ .write_screen_file = .paste },
23742374
);
23752375

23762376
try result.keybind.set.put(
23772377
alloc,
23782378
.{ .key = .{ .translated = .j }, .mods = inputpkg.ctrlOrSuper(.{ .shift = true, .alt = true }) },
2379-
.{ .write_scrollback_file = .open },
2379+
.{ .write_screen_file = .open },
23802380
);
23812381

23822382
// Expand Selection

0 commit comments

Comments
 (0)