mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 22:28:36 +01:00
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.
This commit is contained in:
parent
1155978979
commit
25a413507d
@ -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; ''
|
||||
|
Loading…
Reference in New Issue
Block a user