comparison vimrc @ 134:649a8471a0ca

Run vimux command in silence
author zegervdv <zegervdv@me.com>
date Sun, 05 Oct 2014 18:22:57 +0200
parents 32bdd92feeae
children ff0f692ad70c
comparison
equal deleted inserted replaced
133:32bdd92feeae 134:649a8471a0ca
595 " Jedi {{{ 595 " Jedi {{{
596 let g:jedi#auto_vim_configuration=0 596 let g:jedi#auto_vim_configuration=0
597 let g:jedi#completions_enabled = 0 597 let g:jedi#completions_enabled = 0
598 " }}} 598 " }}}
599 " Vimux {{{ 599 " Vimux {{{
600 nnoremap <leader>s :call VimuxRunCommand('%run -i ' . expand('%'))<CR> 600 nnoremap <silent><leader>s :w<CR>:call VimuxRunCommand('%run -i ' . expand('%'))<CR>
601 " }}} 601 " }}}
602 602
603 " Load local vimrc 603 " Load local vimrc
604 if filereadable($HOME . "/.vimrc.local") 604 if filereadable($HOME . "/.vimrc.local")
605 source ~/.vimrc.local 605 source ~/.vimrc.local