Run tests using zeus with zl and zs

This commit is contained in:
Yan Pritzker 2015-10-27 10:31:40 -05:00
parent 3af47b3a7c
commit e016b187c6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-10-27
==================
* Support for running zeus commands for rspec (`zl` and `zr`)
* Ctrl-x and Ctrl-z to navigate the quickfix list
2014-06-01
==================

View File

@ -2,3 +2,5 @@ nnoremap ,rs :RunItermSpec<cr>
nnoremap ,rl :RunItermSpecLine<cr>
nnoremap ,ss :RunItermSpringSpec<cr>
nnoremap ,sl :RunItermSpringSpecLine<cr>
nnoremap zl :RunItermZeusSpecLine<cr>
nnoremap zs :RunItermZeusSpecLine<cr>