From e5ae22f12823b005ae95117485bb11f6f33f1689 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 8 Dec 2020 09:45:52 -0300 Subject: [PATCH] Setting up the statusbar on Tmux --- tmux/tmux.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8c25758..16487a9 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -9,3 +9,12 @@ set -g pane-base-index 0 # Ctrl+Enter creates a new tab bind Enter new-window + +set-option -g status on +set-option -g status-style fg=cyan,bg=black +set-option -g window-status-current-style fg=black,bg=cyan +set-option -g window-status-current-format " #W " +set-option -g status-right "" +set-option -g status-right-length 0 +set-option -g status-left "" +set-option -g status-left-length 0