Fix colours in tmux
This commit is contained in:
parent
43c3def633
commit
d9bd5fa3bd
|
@ -9,7 +9,9 @@ in {
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
window.opacity = 0.9;
|
||||
env = {
|
||||
TERM = "screen-256color";
|
||||
};
|
||||
|
||||
window.padding = {
|
||||
x = 15;
|
||||
|
|
|
@ -6,7 +6,7 @@ in {
|
|||
|
||||
tmuxinator.enable = true;
|
||||
|
||||
terminal = "tmux-256color";
|
||||
terminal = "screen-256color";
|
||||
|
||||
extraConfig = ''
|
||||
unbind C-b
|
||||
|
|
Loading…
Reference in a new issue