fixes tmux colors
This commit is contained in:
parent
45b61d85c2
commit
3836897215
1 changed files with 6 additions and 1 deletions
|
|
@ -37,8 +37,13 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
set -g status-position bottom
|
||||||
set -g status-style bg=default,fg=white
|
set -g status-style bg=default,fg=white
|
||||||
set -g status-right '#[bg=default,fg=magenta]>> #S'
|
set -g status-left ' [#I] #W '
|
||||||
|
set -g status-right '#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H '
|
||||||
|
set -g window-status-current-style bg=default,fg=magenta,bold
|
||||||
|
set -g pane-border-style fg=gray
|
||||||
|
set -g pane-active-border-style fg=magenta
|
||||||
|
|
||||||
unbind %
|
unbind %
|
||||||
bind "|" split-window -h
|
bind "|" split-window -h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue