tmux

 
 
# 命令前綴 C-b給vim用的
set -g prefix2 C-s
set-option -g prefix C-a
bind-key C-a last-window

# 分割窗口
bind-key \ split-window -h
bind-key - split-window

# 窗口切換
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R

# 文字編碼
setw -q -g utf8 on

# 歷史記錄
set -g history-limit 20000

#窗口編號
set -g base-index 1          
setw -g pane-base-index 1

# prefix , 重命名窗口
set -wg allow-rename off                                                            
set -wg automatic-rename off

set -g mouse on

# prefix [ 進入copy模式,進行搜索,會看歷史
set-window-option -g mode-keys vi

# clear both screen and history
bind -n C-l send-keys C-l \; run 'sleep 0.1' \; clear-history
相關文章
相關標籤/搜索