increase scrollback size
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
#logo = { source = ../test.sixel; type = "raw"; width = 40; height = 40; };
|
||||
display = { separator = ""; };
|
||||
|
||||
# https://www.nerdfonts.com/cheat-sheet
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
scrollback_lines = 20000;
|
||||
#foreground = "#${config.colorScheme.colors.base05}";
|
||||
#background = "#${config.colorScheme.colors.base00}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user