commented out tmux configurations that have been removed in current version.

This commit is contained in:
James Patrick 2019-05-16 20:20:53 -04:00
parent d78d015f08
commit 8caec07555
1 changed files with 4 additions and 4 deletions

View File

@ -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]"