tmux: Enable true color support
This commit is contained in:
parent
66f534157d
commit
2ef9d583f6
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
terminal = "screen-256color";
|
||||
terminal = "tmux-256color";
|
||||
escapeTime = 0;
|
||||
aggressiveResize = true;
|
||||
baseIndex = 1;
|
||||
|
@ -23,6 +23,9 @@
|
|||
|
||||
# disable mouse (prevents simple copying)
|
||||
set -g mouse off
|
||||
|
||||
# true color support
|
||||
set -ga terminal-overrides ",alacritty:Tc"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue