tmux
配置
- vim ~/.tmux.conf
- 添加配置
set -g prefix C-a unbind C-b setw -g mode-keys vi set -g automatic-rename off set -g allow-rename off set-option -g history-limit 65535 bind -n C-k clear-history
set -g prefix C-a
unbind C-b
setw -g mode-keys vi
set -g automatic-rename off
set -g allow-rename off
set-option -g history-limit 65535
bind -n C-k clear-history