commit e397a68c58fa609c5914fd182e8f3a643b59052a
parent 911cee6d02e2bef93e6c2bd578b194fa206739d0
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Sat, 22 Nov 2014 10:14:14 -0800
TMUX: Remove powerline statusbar config
Diffstat:
tmux.conf | | | 36 | ------------------------------------ |
1 file changed, 0 insertions(+), 36 deletions(-)
diff --git a/tmux.conf b/tmux.conf
@@ -91,42 +91,6 @@ setw -g window-status-format "#I #W"
setw -g window-status-current-format "#I #W"
#}}}
-# powerline status{{{
-# This tmux statusbar config was created by tmuxline.vim
-
-# set -g status-justify centre
-# set -g status on
-# set -g status-bg black
-# set -g status-utf8 on
-# set -g status-right-length 100
-# set -g status-left-length 100
-# setw -g window-status-activity-attr none
-# setw -g window-status-separator ""
-# set -g message-fg white
-# set -g message-bg blue
-
-# set -g status-left "\
-# #[fg=colour15,bg=colour14,bold] #S #[fg=colour14,bg=colour11,nobold,nounderscore,noitalics]\
-# #[fg=colour7,bg=colour11] #{pane_current_path} #[fg=colour11,bg=colour0,nobold,nounderscore,noitalics]\
-# "
-
-# set -g status-right "\
-# #[fg=colour11,bg=colour0,nobold,nounderscore,noitalics]#[fg=colour7,bg=colour11] %l:%M \
-# %a %d #[fg=colour14,bg=colour11,nobold,nounderscore,noitalics]\
-# #[fg=colour15,bg=colour14] #h \
-# "
-
-# setw -g window-status-format "\
-# #[fg=colour10,bg=colour0] #I \
-# #[fg=colour10,bg=colour0] #W \
-# "
-
-# setw -g window-status-current-format "\
-# #[fg=colour0,bg=colour11,nobold,nounderscore,noitalics]#[fg=colour7,bg=colour11] #I \
-# #[fg=colour7,bg=colour11] #W #[fg=colour11,bg=colour0,nobold,nounderscore,noitalics]\
-# "
-
-#}}}
# start window numbering at 1, not 0
set -g base-index 1