home: tmux: disable escape time
How am I only finding out about this now?
This commit is contained in:
parent
2e53d24159
commit
b4d0d5f0a0
|
@ -19,6 +19,7 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
escapeTime = 0;
|
||||||
baseIndex = 1;
|
baseIndex = 1;
|
||||||
terminal = "screen-256color";
|
terminal = "screen-256color";
|
||||||
clock24 = true;
|
clock24 = true;
|
||||||
|
|
Loading…
Reference in a new issue