tmux的配置

发布时间 2023-10-18 17:01:39作者: 写bug的民工

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
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

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/libevent/lib/
export PATH=$PATH:$HOME/tmux/bin/