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