From 8caec0755554f8c2cb911472d998550f36cb3be4 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 16 May 2019 20:20:53 -0400 Subject: [PATCH] commented out tmux configurations that have been removed in current version. --- tmux/tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f281f2b..3062880 100755 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -35,10 +35,10 @@ bind-key J command-prompt "joinp -t:%%" # %% = prompt for window.pane [-V|H] # v ## Look set -g status-fg blue set -g status-bg black -set -g pane-active-border-fg brightgreen -set -g message-fg yellow -set -g message-bg black -set -g message-attr bold +#set -g pane-active-border-fg brightgreen +#set -g message-fg yellow +#set -g message-bg black +#set -g message-attr bold set -g status-left '#[fg=brightblue] #S #[fg=colour12,bg=colour0]' set -g window-status-format "#[fg=blue,bg=black] #I #W " set -g window-status-current-format "#[fg=black,bg=blue]#[fg=black,bg=blue,noreverse,bold] #I  #W #[fg=blue,bg=black,nobold]"