changeset 191:4a74a83e6e36

Fix statusline quirks
author zegervdv <zegervdv@me.com>
date Sun, 09 Nov 2014 16:17:11 +0100
parents 35664e63555d
children 6df73555c3a7
files tmux.conf tmux/statusline.conf vimrc
diffstat 3 files changed, 7 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/tmux.conf	Sun Nov 09 10:54:46 2014 +0100
+++ b/tmux.conf	Sun Nov 09 16:17:11 2014 +0100
@@ -72,6 +72,8 @@
 # bind-key ! select-window -t 8
 # bind-key รง select-window -t 9
 
+set -g status-bg default
+
 # Local config
 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
 # bind -t vi-copy 'v' begin-selection
--- a/tmux/statusline.conf	Sun Nov 09 10:54:46 2014 +0100
+++ b/tmux/statusline.conf	Sun Nov 09 16:17:11 2014 +0100
@@ -1,7 +1,7 @@
 # This tmux statusbar config was created by tmuxline.vim
 # on za, 08 nov 2014
 
-set -g status-bg "colour236"
+set -g status-bg default
 set -g message-command-fg "colour250"
 set -g status-justify "centre"
 set -g status-left-length "100"
--- a/vimrc	Sun Nov 09 10:54:46 2014 +0100
+++ b/vimrc	Sun Nov 09 16:17:11 2014 +0100
@@ -20,13 +20,13 @@
 Plug 'tpope/vim-eunuch'
 Plug 'junegunn/vim-after-object'
 Plug 'scrooloose/syntastic'
-
+Plug 'chriskempson/base16-vim'
 " Undo
 Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' }
 
 " Tmux
 Plug 'benmills/vimux', { 'on': 'VimuxRunCommand' }
-Plug 'edkolev/tmuxline.vim', { 'on': 'TmuxlinSnapshot' }
+Plug 'edkolev/tmuxline.vim'
 Plug 'christoomey/vim-tmux-navigator'
 
 " Search and Complete
@@ -98,14 +98,8 @@
 set breakindent
 set lbr
 set tabstop=2 shiftwidth=2
-if has("gui_running")
-  " set background=dark
-  " color base16-ocean
-  color Tomorrow-Night
-else
-  set background=dark
-  color Tomorrow-Night
-endif
+set background=dark
+color Tomorrow-Night
 set guifont=Inconsolata\ for\ Powerline:h12
 set autowrite
 set hidden