Skip to content

Commit

Permalink
use vimux to open or use a tmux pane to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prognostikos committed Apr 15, 2012
1 parent 1fef4d8 commit af9ba55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vim/vimrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,8 @@ runtime macros/matchit.vim

" use the base cucumber executable for vim-vroom
let g:vroom_cucumber_path = 'cucumber '
let g:vroom_use_vimux = 1

" Vimux should split horizontally, but only if there isn't already a split
let g:VimuxOrientation = "h"
let g:VimuxUseNearestPane = 1

0 comments on commit af9ba55

Please sign in to comment.