tmux配置

# 设置前景字体显示
set -g status-style "fg=green,bold,noreverse"
set -g status-justify centre
set -g status-right ""
set -g status-left ""
set-window-option -g mode-keys vi
# 设置当前window的状态栏前景字体显示
set-window-option -g window-status-current-style "reverse,bold,bright"
set-option -s set-clipboard off
bind-key j setw synchronize-panes
bind-key h setw status
原文地址:https://www.cnblogs.com/lifewithlight/p/13409490.html