Skip to content

Commit

Permalink
docs: update server tmux config file
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapeLife committed Nov 5, 2020
1 parent a8c7d98 commit 10fab1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# 全局设置
setw -g xterm-keys on
# Using set -gq instead of set -g will silence the unknown option error, while still setting it on old versions of tmux
set -gq status-utf8 on # enable utf-8
set -gq status-utf8 on # enable utf-8
set-option -g default-terminal "screen-256color" # use 256 colors
set-option -g history-limit 100000 # scrollback buffer n lines
set-option -g display-time 5000 # 提示信息的持续时间;设置足够的时间以避免看不清提示,单位为毫秒
Expand Down Expand Up @@ -45,7 +45,7 @@ bind -r ) switch-client -n
# -------------------------------- session end --------------------------------

# -------------------------------- window begin --------------------------------
set-option -g base-index 1 #窗口的初始序号;默认为0,这里设置为1
set-option -g base-index 1 # 窗口的初始序号;默认为0,这里设置为1

set-window-option -g pane-base-index 1 # panes index start at 1, setw means set-window-option
set-window-option -g other-pane-height 25
Expand Down

0 comments on commit 10fab1e

Please sign in to comment.