Mercurial > dotfiles.old
comparison vimrc @ 164:b18950d832ab
Add RSpec - vimux shortcut
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 30 Oct 2014 20:39:24 +0100 |
parents | eb9ee89c7ccb |
children | 27f78c20b486 |
comparison
equal
deleted
inserted
replaced
163:5b0efdc92e65 | 164:b18950d832ab |
---|---|
614 let g:jedi#completions_enabled = 0 | 614 let g:jedi#completions_enabled = 0 |
615 " }}} | 615 " }}} |
616 " Vimux {{{ | 616 " Vimux {{{ |
617 let g:VimuxUseNearest = 1 | 617 let g:VimuxUseNearest = 1 |
618 nnoremap <silent><leader>s :w<CR>:call VimuxRunCommand('%run -i ' . expand('%'))<CR> | 618 nnoremap <silent><leader>s :w<CR>:call VimuxRunCommand('%run -i ' . expand('%'))<CR> |
619 nnoremap <silent><leader>r :w<CR>:call VimuxRunCommand('rake spec')<CR> | |
619 " }}} | 620 " }}} |
620 " Tmuxline {{{ | 621 " Tmuxline {{{ |
621 let g:tmuxline_powerline_separators=0 | 622 let g:tmuxline_powerline_separators=0 |
622 " }}} | 623 " }}} |
623 | 624 |