tmux: better key binding for session manager

This commit is contained in:
nicolas 2023-10-16 00:10:56 +02:00
parent ebe77ca2ee
commit b48e0be44f
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ set -g @cpu_medium_bg_color "#[fg=yellow, bg=#073642]" # background color when c
set -g @cpu_high_bg_color "#[fg=red, bg=#073642]" # background color when cpu is high
set -g @colors-solarized 'dark'
set -g @t-bind "C-t"
set-option -g status-bg '#073642'
set-option -g status-fg '#839496'