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 = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
baseIndex = 1;
|
baseIndex = 1;
|
||||||
historyLimit = 696969696969;
|
historyLimit = 9999999;
|
||||||
mouse = true;
|
mouse = true;
|
||||||
newSession = true;
|
newSession = true;
|
||||||
terminal = ",xterm-256color:Tc";
|
terminal = "xterm-256color";
|
||||||
clock24 = true;
|
clock24 = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -s copy-command 'wl-copy'
|
set -s copy-command 'wl-copy'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue