tmux: visually identify active/inactive pane
This commit is contained in:
parent
dfaec5b747
commit
21e58f524c
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ set -ga terminal-overrides ",*256col*:Tc"
|
|||
set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'
|
||||
set-environment -g COLORTERM "truecolor"
|
||||
|
||||
# Distinguish active/inactive panes
|
||||
set -g window-style 'fg=colour247,bg=colour236'
|
||||
set -g window-active-style 'fg=colour250,bg=black'
|
||||
|
||||
# Display messages longer (ms)
|
||||
#set-option -g display-time 4000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue