From dc380e6dc770c9d58214505fabcacca868a56313 Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 5 Aug 2023 10:48:53 -0700 Subject: [PATCH] moving status bar to the top --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 875f57f..348e51a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -54,10 +54,10 @@ set -sg escape-time 0 # Reload tmux config bind r source-file ~/.tmux.conf -# bottom right status bar that highlights when prefix active +set-option -g status-position top +# right part of status bar that highlights when prefix active set -g status-right ' #{?client_prefix,#[reverse]#[noreverse] ,}"#{=21:pane_title}" %H:%M %d-%b-%y' - bind P paste-buffer # Enable mouse & Copy/Paste - Requirements: xclip