Fix colours in tmux

This commit is contained in:
Oliver Davies 2024-05-09 13:54:41 +01:00
parent 43c3def633
commit d9bd5fa3bd
2 changed files with 4 additions and 2 deletions

View file

@ -9,7 +9,9 @@ in {
enable = true;
settings = {
window.opacity = 0.9;
env = {
TERM = "screen-256color";
};
window.padding = {
x = 15;

View file

@ -6,7 +6,7 @@ in {
tmuxinator.enable = true;
terminal = "tmux-256color";
terminal = "screen-256color";
extraConfig = ''
unbind C-b