From f85841cafe6ff10f3f907f4dc72dea18692ab509 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 29 Oct 2023 04:18:51 +0100 Subject: [PATCH] Feat(tmux): move status to the top --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 0fc7bf2..c2dd661 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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