From 23dd1a5f77ae66b482465e5cfe6ebb74f2bab3e9 Mon Sep 17 00:00:00 2001 From: Himbeer Date: Sun, 18 Feb 2024 02:11:45 +0100 Subject: reposition tmux status bar to top --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 4f9ec97..d841dae 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,3 +1,5 @@ +set-option -g status-position top + unbind C-b set-option -g prefix C-s bind-key C-s send-prefix -- cgit v1.2.3