Update
This commit is contained in:
parent
8eb632e3a4
commit
4507f7c36c
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
###
|
###
|
||||||
|
|
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue