position status bar at the top

This commit is contained in:
antoinelhermitte 2024-05-14 17:16:58 +02:00
parent 7e1fc2ba90
commit aace6a7738

View file

@ -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