Feat(tmux): move status to the top

This commit is contained in:
Bertrand Benjamin 2023-10-29 04:18:51 +01:00
parent 140872d0e6
commit f85841cafe
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ unbind C-b
set -g prefix C-space
bind C-space send-prefix
set-option -g status-position top
# Start windows and panes at 1, not 0
set -g base-index 1
set -g pane-base-index 1