# HG changeset patch # User zegervdv # Date 1415546231 -3600 # Node ID 4a74a83e6e364d99ac7403dccb8d43bc10bdc153 # Parent 35664e63555dc1e2f05a497ac964d6b6abc2f60b Fix statusline quirks diff -r 35664e63555d -r 4a74a83e6e36 tmux.conf --- 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 diff -r 35664e63555d -r 4a74a83e6e36 tmux/statusline.conf --- 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" diff -r 35664e63555d -r 4a74a83e6e36 vimrc --- 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