Mercurial > dotfiles.old
diff vimrc @ 133:32bdd92feeae
Add Vimux
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 05 Oct 2014 17:22:06 +0200 |
parents | ccee6e9f0c1d |
children | 649a8471a0ca |
line wrap: on
line diff
--- a/vimrc Thu Oct 02 08:22:24 2014 +0200 +++ b/vimrc Sun Oct 05 17:22:06 2014 +0200 @@ -596,6 +596,9 @@ let g:jedi#auto_vim_configuration=0 let g:jedi#completions_enabled = 0 " }}} +" Vimux {{{ +nnoremap <leader>s :call VimuxRunCommand('%run -i ' . expand('%'))<CR> +" }}} " Load local vimrc if filereadable($HOME . "/.vimrc.local")