tmux配置

.tmux.conf

1
2
3
4
5
setw -g mode-keys vi
bind -r H resize-pane -L 20
set -g mouse on
set -g prefix C-a
unbind C-b