From 7152ea14a9e98fe7d4a65b0e45006bf189df4da8 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 15 Dec 2023 16:27:33 +0300 Subject: [PATCH] Add write scrollback file shortcut to Ghostty --- modules/ghostty/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 1662665..9d69355 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -15,6 +15,8 @@ graphicalConfiguration { z = "jump_to_prompt:-2"; x = "jump_to_prompt:2"; + h = "write_scrollback_file"; + page_down = "scroll_page_down"; down = "scroll_page_lines:1"; j = "scroll_page_lines:1";