From 25a413507d0e83e05b8ab622a4098bd7c9e44bfb Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 30 Nov 2023 23:26:38 -0500 Subject: [PATCH] kitty: Make icons work in scrollback pager A recent update caused icons to no longer be rendered when using kitty's scrollback feature. This fixes that. --- home/kitty.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/kitty.nix b/home/kitty.nix index 2a4309cf..d0e41989 100644 --- a/home/kitty.nix +++ b/home/kitty.nix @@ -18,6 +18,8 @@ window_padding_width = 5; tab_bar_margin_width = 5; + + scrollback_pager = "less --chop-long-lines --raw-control-chars +INPUT_LINE_NUMBER"; }; extraConfig = with config.lib.stylix.colors; ''