上海优秀网站建设公司,wordpress实体图,网站建设推广人员,青岛网站建设公司排名vim修改~/.tmux.conf文件#xff0c;没有则新增#xff0c;添加如下内容。默认前缀更改为Ctrla。强烈建议更换Caps lock键位与Ctrl键位#xff0c;用过的都说好#xff0c;换过就回不来了。
unbind C-b
set -g prefix C-a
bind a send-prefixset -sg escape-time 1bind r …vim修改~/.tmux.conf文件没有则新增添加如下内容。默认前缀更改为Ctrla。强烈建议更换Caps lock键位与Ctrl键位用过的都说好换过就回不来了。
unbind C-b
set -g prefix C-a
bind a send-prefixset -sg escape-time 1bind r source-file ~/.tmux.conf \; display Reloaded!# split window
unbind
bind s splitw -v
unbind %
bind v splitw -hbind -r h select-pane -L
bind -r j select-pane -D
bind -r k select-pane -U
bind -r l select-pane -Rbind -r H resize-pane -L 5
bind -r J resize-pane -D 5
bind -r K resize-pane -U 5
bind -r L resize-pane -R 5bind -r C-h select-window -t :-
bind -r C-l select-window -t :setw -g mode-mouse off
set -g mouse-select-pane off
set -g mouse-resize-pane off
set -g mouse-select-window offbind q killp
bind ^q killwbind-key C-l select-window -lsetw -g mode-keys vi#set encode
setw -gq utf8 off
set -gq status-utf8 on