From 8755556bfc6947a1c13e94ef00debc2d34db6aa0 Mon Sep 17 00:00:00 2001 From: eneller Date: Thu, 12 May 2022 08:57:15 +0200 Subject: [PATCH] add default tmux config --- .config/tmux/tmux.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 336925f..65ae204 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1 +1,10 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "screen-256color" # use default terminal colors +set-option -g allow-rename off # dont rename windows on command execution + + +#STATUSBAR +set -g status-position bottom +set -g status-left "[#{session_name}] " +set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %d-%b-%y" +set -g status-style fg=black,bg=red +set -g base-index 1 # start windows numbering at 1