changeset 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
files vimrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vimrc	Sun Oct 05 17:22:06 2014 +0200
+++ b/vimrc	Sun Oct 05 18:22:57 2014 +0200
@@ -597,7 +597,7 @@
 let g:jedi#completions_enabled = 0
 " }}}
 " Vimux {{{
-nnoremap <leader>s :call VimuxRunCommand('%run -i ' . expand('%'))<CR>
+nnoremap <silent><leader>s :w<CR>:call VimuxRunCommand('%run -i ' . expand('%'))<CR>
 " }}}
 
 " Load local vimrc