changeset 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 ce3f4f32d1b5
files .hgsub .hgsubstate vimrc
diffstat 3 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsub	Sun Oct 05 18:22:57 2014 +0200
+++ b/.hgsub	Sun Oct 05 18:26:46 2014 +0200
@@ -60,3 +60,4 @@
 vim/bundle/unite-tag = [git]https://github.com/tsukkee/unite-tag.git
 vim/bundle/unite-build = [git]https://github.com/Shougo/unite-build.git
 vim/bundle/vimux = [git]https://github.com/benmills/vimux.git
+vim/bundle/tmuxline = [git]https://github.com/edkolev/tmuxline.vim.git
--- a/.hgsubstate	Sun Oct 05 18:22:57 2014 +0200
+++ b/.hgsubstate	Sun Oct 05 18:26:46 2014 +0200
@@ -48,6 +48,7 @@
 135a1ad1bcfc6ee3b78157d98c3b3b6e6a7a58fe vim/bundle/tcomment
 f9ba6df8838be0fcf8fb763459bfac35c5df2e78 vim/bundle/textmanip
 bc4097bd38c4bc040fe1e74df68dec6c9adfcb6a vim/bundle/tlib
+6c535f85e5db80564e2a3538e95314ee449b1583 vim/bundle/tmuxline
 7bfdda29120dbab0787c966dd35db025305675e1 vim/bundle/tomdoc
 76612ece1761cc5fba6c98034a4cfc65736c6c85 vim/bundle/unite
 fad711808494404e8ffbd16f03463414d897398c vim/bundle/unite-build
--- 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")