tmux: increase history limit

This commit is contained in:
Motiejus Jakštys 2023-10-09 09:42:11 +03:00 committed by Motiejus Jakštys
parent 817ed9e5e4
commit e05b9eed79
2 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,7 @@
tmux = {
enable = true;
keyMode = "vi";
historyLimit = 1000000;
};
neovim = {

View File

@ -76,5 +76,6 @@
programs.tmux = {
enable = true;
keyMode = "vi";
historyLimit = 1000000;
};
}