mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-10 03:36:44 +02: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;
|
window_padding_width = 5;
|
||||||
tab_bar_margin_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; ''
|
extraConfig = with config.lib.stylix.colors; ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user