diff vimrc @ 135:ff0f692ad70c

Add tmuxline to match style of vim
author zegervdv <zegervdv@me.com>
date Sun, 05 Oct 2014 18:26:46 +0200
parents 649a8471a0ca
children e037d9b797eb
line wrap: on
line diff
--- a/vimrc	Sun Oct 05 18:22:57 2014 +0200
+++ b/vimrc	Sun Oct 05 18:26:46 2014 +0200
@@ -599,6 +599,9 @@
 " Vimux {{{
 nnoremap <silent><leader>s :w<CR>:call VimuxRunCommand('%run -i ' . expand('%'))<CR>
 " }}}
+" Tmuxline {{{
+let g:tmuxline_powerline_separators=0
+" }}}
 
 " Load local vimrc
 if filereadable($HOME . "/.vimrc.local")