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

View File

@ -35,10 +35,10 @@ bind-key J command-prompt "joinp -t:%%" # %% = prompt for window.pane [-V|H] # v
## Look ## Look
set -g status-fg blue set -g status-fg blue
set -g status-bg black set -g status-bg black
set -g pane-active-border-fg brightgreen #set -g pane-active-border-fg brightgreen
set -g message-fg yellow #set -g message-fg yellow
set -g message-bg black #set -g message-bg black
set -g message-attr bold #set -g message-attr bold
set -g status-left '#[fg=brightblue] #S #[fg=colour12,bg=colour0]' 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-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]" set -g window-status-current-format "#[fg=black,bg=blue]#[fg=black,bg=blue,noreverse,bold] #I  #W #[fg=blue,bg=black,nobold]"