Skip to content

Commit

Permalink
kitty: Make icons work in scrollback pager
Browse files Browse the repository at this point in the history
A recent update caused icons to no longer be rendered when using kitty's
scrollback feature. This fixes that.
  • Loading branch information
donovanglover committed Dec 1, 2023
1 parent 1155978 commit 25a4135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/kitty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; ''
Expand Down

0 comments on commit 25a4135

Please sign in to comment.