tmux: increase history limit
This commit is contained in:
parent
817ed9e5e4
commit
e05b9eed79
@ -154,6 +154,7 @@
|
||||
tmux = {
|
||||
enable = true;
|
||||
keyMode = "vi";
|
||||
historyLimit = 1000000;
|
||||
};
|
||||
|
||||
neovim = {
|
||||
|
@ -76,5 +76,6 @@
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
keyMode = "vi";
|
||||
historyLimit = 1000000;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user