Update .tmux.conf
This commit is contained in:
parent
ade8247b1b
commit
d6a1442bec
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ set-option -g renumber-windows on # renumber windows when on
|
||||||
set-option -g base-index 1 # start window numbering at 1
|
set-option -g base-index 1 # start window numbering at 1
|
||||||
set-window -g pane-base-index 1 # start pane numbering at 1
|
set-window -g pane-base-index 1 # start pane numbering at 1
|
||||||
set-option -g allow-rename off # don't rename windows automatically
|
set-option -g allow-rename off # don't rename windows automatically
|
||||||
set-option -g mouse off # mouse control
|
set-option -g mouse on # mouse control
|
||||||
set-option -g status-style bg=default # status styling
|
set-option -g status-style bg=default # status styling
|
||||||
set-option -g status-left-length 40 # max allowed length
|
set-option -g status-left-length 40 # max allowed length
|
||||||
set-option -g status-justify absolute-centre # windows alignment
|
set-option -g status-justify absolute-centre # windows alignment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue