tmux: Fix configuration
This commit is contained in:
parent
3893f229b7
commit
cced15a507
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@
|
|||
programs.tmux = {
|
||||
enable = true;
|
||||
baseIndex = 1;
|
||||
historyLimit = 696969696969;
|
||||
historyLimit = 9999999;
|
||||
mouse = true;
|
||||
newSession = true;
|
||||
terminal = ",xterm-256color:Tc";
|
||||
terminal = "xterm-256color";
|
||||
clock24 = true;
|
||||
extraConfig = ''
|
||||
set -s copy-command 'wl-copy'
|
||||
|
|
Loading…
Add table
Reference in a new issue