改变 prefix 按键的方发

参考:

修改文件 ~/.tmux.conf

1
2
unbind C-b
set -g prefix C-z

And then run :source-file ~/.tmux.conf.