This commit is contained in:
Bill Niblock 2016-10-24 18:10:35 -04:00
parent 8eb632e3a4
commit 4507f7c36c
2 changed files with 5 additions and 1 deletions

View file

@ -66,10 +66,13 @@ set -g visual-activity on
set -g allow-rename off set -g allow-rename off
set -g status-left-length 40 set -g status-left-length 40
set -g status-left "#[bright][ #S ]" set -g status-left "#[bright][ #S ] "
set -g status-right-length 80 set -g status-right-length 80
set -g status-right "#(ruby ~/.dotfiles/tmux/clocks.rb)" set -g status-right "#(ruby ~/.dotfiles/tmux/clocks.rb)"
set -g window-status-format '#[bg=black,fg=cyan] #I #[bg=default]'
set -g window-status-current-format '#[fg=black,bg=cyan]#[fg=bright] #I '
###### ######
# Keybinds # Keybinds
### ###

View file

@ -49,6 +49,7 @@ Plug 'bling/vim-airline'
" Syntax Related " Syntax Related
Plug 'scrooloose/syntastic' Plug 'scrooloose/syntastic'
Plug 'tmux-plugins/vim-tmux' Plug 'tmux-plugins/vim-tmux'
Plug 'rondale-sc/vim-spacejam'
call plug#end() call plug#end()