代码拉取完成,页面将自动刷新
## color, 通过echo $Term查看填入下面的单引号中
set -g default-terminal 'xterm-256color'
## 开启斜体
set -as terminal-overrides ',xterm*:Tc:sitm=\E[3m'
# 状态栏置顶
# set-option -g status-position top
# act like vim
setw -g mode-keys vi
# 通过ctrl+b then hjkl 移动pane
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
# copy-mode : ctrl+b [
# bind-key m copy-mode
# begin-selection : space
bind -T copy-mode-vi "v" send -X begin-selection
# rectangle-selection : ctrl+v then space
bind -T copy-mode-vi "V" send -X rectangle-toggle
## 鼠标移动
setw -g mouse on
## 鼠标滚轮
bind -n WheelUpPane if -Ft= "{mouse_any_flag}" "send -M" "send Up"
bind -n WheelDownPane if -Ft= "{mouse_any_flag}" "send -M" "send Down"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。