change handling of tmux

This commit is contained in:
2022-10-16 09:48:51 +02:00
parent 3883ffbb19
commit 46dbd0c4bb
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
tmux = {
enable = true;
terminal = "xterm-256color";
newSession = true;
newSession = false;
keyMode = "vi";
historyLimit = 10000;
clock24 = true;