Tmux start pane at 1
This commit is contained in:
parent
d026e1d6bd
commit
f7cce9835e
@ -94,6 +94,10 @@
|
|||||||
set -g window-status-current-format '#I:#W'
|
set -g window-status-current-format '#I:#W'
|
||||||
set -g allow-rename off
|
set -g allow-rename off
|
||||||
|
|
||||||
|
# Start windows and panes at 1, not 0
|
||||||
|
set -g base-index 1
|
||||||
|
setw -g pane-base-index 1
|
||||||
|
|
||||||
# default statusbar colors
|
# default statusbar colors
|
||||||
set-option -g status-style bg=colour232,fg=colour239,default
|
set-option -g status-style bg=colour232,fg=colour239,default
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user