Skip to content

Commit

Permalink
add turbux for Ruby testing in tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 26, 2013
1 parent 6f9bc13 commit b187c25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@
[submodule "bundle/vimux"]
path = bundle/vimux
url = https://github.com/benmills/vimux
[submodule "bundle/turbux"]
path = bundle/turbux
url = https://github.com/jgdavey/vim-turbux
1 change: 1 addition & 0 deletions bundle/turbux
Submodule turbux added at 496150
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ map <leader>F :CommandTFlush<cr>\|:CommandT %%<cr>
let g:CommandTMaxHeight=10
let g:CommandTMinHeight=4

let g:turbux_command_test_unit = 'ruby -Ilib:test'
" let g:turbux_command_cucumber = 'cucumber -f progress'

" In command-line mode, C-a jumps to beginning (to match C-e)
cnoremap <C-a> <Home>
Expand Down

0 comments on commit b187c25

Please sign in to comment.