From 66b21e8d311fd200a126d24ad50d9fcf98f3cb7d Mon Sep 17 00:00:00 2001 From: Diki Ananta Date: Thu, 7 Dec 2023 10:15:50 +0700 Subject: [PATCH] tmux: enable status bar and update config path --- .tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux/tmux.conf b/.tmux/tmux.conf index 193cfe88..f5e7ece3 100644 --- a/.tmux/tmux.conf +++ b/.tmux/tmux.conf @@ -50,7 +50,7 @@ set-option -g prefix C-a bind-key C-a send-prefix # Reload configuration -bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded" +bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux reloaded" # Switch panes bind-key -n M-h select-pane -L @@ -142,7 +142,8 @@ bind-key H new-window "htop" \; set-option -w monitor-activity off # Mode set-option -g mode-style bg=brightblack,fg=default -# Status position +# Status +set-option -g status on set-option -g status-position top # Status update interval