Skip to content

Commit

Permalink
Update .vimrc
Browse files Browse the repository at this point in the history
Added cucumber path for vroom
Added mappings for VimuxCloseRunner
  • Loading branch information
yevgenko committed Sep 3, 2013
1 parent ee01e48 commit 0bb2bcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vimrc
Expand Up @@ -173,6 +173,7 @@ let g:SuperTabDefaultCompletionType = "context"

" Vroom
let g:vroom_use_vimux = 1
let g:vroom_cucumber_path = 'cucumber'

" vimux
let g:VimuxOrientation = "h"
Expand Down Expand Up @@ -328,4 +329,7 @@ map <leader>l :TagbarToggle<CR>
" Line number toggle trigger
let g:NumberToggleTrigger = '<leader>m'

" Vimux
map <leader>rq :VimuxCloseRunner<CR>
" }}}

0 comments on commit 0bb2bcf

Please sign in to comment.