标签:快捷键 sele set sel tmux mouse ref down prefix
因为之前每次都要百度 所以这次记录一下
set -g prefix C-a #修改快捷键 unbind C-b #解绑 ctrl b # VIM模式 bind-key k select-pane -U # up bind-key j select-pane -D # down bind-key h select-pane -L # left bind-key l select-pane -R # right #开启鼠标 set -g mouse on
标签:快捷键 sele set sel tmux mouse ref down prefix
原文地址:https://www.cnblogs.com/wozhe/p/12777355.html