Comment by sigwinch
6 months ago
This is on alacritty and Windows terminal. Look for the tmux config keys:
# Show the status bar at the top
set-option -g status-position top
# Make the status bar always visible
set-option -g status on
actually, the critical setting that matters is:
that makes the tabs clickable. works in every terminal i tried it in.