comparison 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
comparison
equal deleted inserted replaced
134:649a8471a0ca 135:ff0f692ad70c
597 let g:jedi#completions_enabled = 0 597 let g:jedi#completions_enabled = 0
598 " }}} 598 " }}}
599 " Vimux {{{ 599 " Vimux {{{
600 nnoremap <silent><leader>s :w<CR>:call VimuxRunCommand('%run -i ' . expand('%'))<CR> 600 nnoremap <silent><leader>s :w<CR>:call VimuxRunCommand('%run -i ' . expand('%'))<CR>
601 " }}} 601 " }}}
602 " Tmuxline {{{
603 let g:tmuxline_powerline_separators=0
604 " }}}
602 605
603 " Load local vimrc 606 " Load local vimrc
604 if filereadable($HOME . "/.vimrc.local") 607 if filereadable($HOME . "/.vimrc.local")
605 source ~/.vimrc.local 608 source ~/.vimrc.local
606 endif 609 endif