Skip to content

Commit 38c73b0

Browse files
committed
Try xterm
1 parent 5ad96a6 commit 38c73b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

home/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
shortcut = "a";
383383
baseIndex = 1;
384384
mouse = true;
385-
terminal = "tmux-256color";
385+
terminal = "xterm-256color";
386386
sensibleOnTop = true;
387387
plugins = with pkgs; [
388388
{
@@ -397,7 +397,7 @@
397397
];
398398
extraConfig = ''
399399
# See: tmux/tmux#696
400-
set-option -ga terminal-overrides ",tmux-256color:Tc"
400+
set-option -ga terminal-overrides ",xterm-256color:Tc"
401401
'';
402402
};
403403

0 commit comments

Comments
 (0)