From d8d42d2fa17b9a097eaca7efc68871289bee4706 Mon Sep 17 00:00:00 2001 From: quilime Date: Mon, 11 Jan 2021 21:45:01 -0800 Subject: [PATCH] Update .tmux.conf --- .tmux.conf | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 451f55d..5064598 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,18 +9,18 @@ set -g status-bg default set -g status-fg white set -g status-left-length 20 set -g status-right-length 40 -set -g status-left "#[bg=colour0]#[fg=colour4] #h [#[fg=colour15]#I#[fg=colour4]] >>> " +set -g status-left "#[bg=colour0]#[fg=colour4] #h [#[fg=colour15]#I#[fg=colour4]] >>>" # set -g status-right "#[bg=colour33]#[fg=colour255]#[fg=colour232] #[fg=colour255]#(uptime | awk {'print $8, $9, $10'})#[fg=colour232] #[bg=colour232] #[bg=colour33] #[fg=colour255]#(date '+%H:%M %d-%m-%Y')#[fg=colour232] " set -g status-right "#[bg=colour33]#[fg=colour255]#[fg=colour232]#[bg=colour232]#[fg=colour149]#(date '+%H:%M %Y-%m-%d')" set -g terminal-overrides 'xterm*:smcup@:rmcup@' set -g default-terminal "screen-256color" -# Rather than constraining window size to the maximum size of any client -# connected to the *session*, constrain window size to the maximum size of any +# Rather than constraining window size to the maximum size of any client +# connected to the *session*, constrain window size to the maximum size of any # client connected to *that window*. Much more reasonable. setw -g aggressive-resize on -# Allows us to use C-a a to send commands to a TMUX session inside +# Allows us to use C-a a to send commands to a TMUX session inside # another TMUX session bind-key a send-prefix @@ -47,6 +47,3 @@ set-window-option -g automatic-rename off set-option -g set-titles on set-option -g set-titles-string '[#I] #W' set-window-option -g window-status-format ' #I #W ' - - - -- 2.34.1