feat: Update tmux config.
This commit is contained in:
parent
4e307708a0
commit
d79b804e93
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ bind-key C-a send-prefix
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
set -g status-style bg=white,fg=black
|
set -g status-style bg=white,fg=black
|
||||||
|
set -g pane-active-border-style fg=yellow
|
||||||
|
set -g pane-border-style fg=gray
|
||||||
|
set -g pane-border-lines heavy
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue