position status bar at the top
This commit is contained in:
parent
7e1fc2ba90
commit
aace6a7738
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ bind-key -n C-j select-pane -D
|
||||||
bind-key -n C-k select-pane -U
|
bind-key -n C-k select-pane -U
|
||||||
bind-key -n C-l select-pane -R
|
bind-key -n C-l select-pane -R
|
||||||
|
|
||||||
|
# status bar at the top of the window
|
||||||
|
set-option -g status-position top
|
||||||
|
|
||||||
# count the panes from 1
|
# count the panes from 1
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue