increase kitty scrollback
This commit is contained in:
parent
1aaa2e82bf
commit
6387a4a95d
1 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.modules.apps.kitty;
|
||||
in
|
||||
|
|
@ -12,6 +16,7 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
scrollback_lines = 5000;
|
||||
};
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue