From bc342d28c8ec3b5935276dac339689ffec49789e Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 7 Nov 2023 21:10:59 -0500 Subject: [PATCH] moves tmux status bar to top --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f97ea80..7cea39e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,7 @@ # Some tweaks to the status line set -g status-right "%H:%M" set -g window-status-current-style "underscore" +set -g status-position "top" # If running inside tmux ($TMUX is set), then change the status line to red %if #{TMUX}