Tmux: Move status bar to the top

There is enough going on at the bottom in Vim already.
This commit is contained in:
Tony Grosinger 2024-05-31 11:30:33 -07:00
parent 2dc9e0445d
commit 21a502588e

View File

@ -1,4 +1,5 @@
set-option -g status on set-option -g status on
set-option -g status-position top
set-option -g status-interval 2 set-option -g status-interval 2
set-option -g renumber-windows on set-option -g renumber-windows on
set-option -g history-limit 10000 set-option -g history-limit 10000