Add scrolling support for tmux
This commit is contained in:
parent
c9dd490cdc
commit
439970e14f
|
@ -19,6 +19,9 @@ with lib;
|
||||||
enable = true;
|
enable = true;
|
||||||
newSession = true;
|
newSession = true;
|
||||||
clock24 = true;
|
clock24 = true;
|
||||||
|
extraConfig = ''
|
||||||
|
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue