$ git clone [email protected]:shfshanyue/tmux-config.git
$ cp tmux-config/.tmux.conf ~/.tmux.conf
$ tmux new -s shanyue # 新建session
<prefix> + d # detach client
$ tmux a -t shanyue # attach
<prefix> + % # 水平分屏
<prefix> + " # 垂直分屏
<prefix> + c # 新建窗口
<prefix> + f # 根据关键字查找
<prefix> + 4 # 切换到第四个窗口
<prefix> + a # 切换到最近的窗口
<prefix> + space
<prefix> + z
<prefix> + [
[Vim Goto Command] # 任意 vim 跳转命令
$ tmux set mouse on # 通过鼠标滚动屏幕,切换窗口