]> git.quilime.com - cfg.git/commitdiff
Update .tmux.conf
authorquilime <gdunne@quilime.com>
Tue, 12 Jan 2021 05:45:01 +0000 (21:45 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sat, 20 Feb 2021 00:53:42 +0000 (16:53 -0800)
.tmux.conf

index 451f55defe5e7d2ca34249642440fbe132d4a6da..506459891efca28d49cffcac33dc70844262f618 100644 (file)
@@ -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 <command> to send commands to a TMUX session inside 
+# Allows us to use C-a a <command> 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 '
-
-
-