Increase tmux history limit
This commit is contained in:
parent
4a6c162e12
commit
63bfee5495
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
|
@ -498,7 +498,7 @@ let user = import ./name.nix; in
|
||||||
programs.zathura.enable = true;
|
programs.zathura.enable = true;
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
historyLimit = 60000;
|
historyLimit = 600000;
|
||||||
escapeTime = 10;
|
escapeTime = 10;
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
mouse = true;
|
mouse = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue