Home

Awesome

vimux-bazel-test

Vim plugin to run bazel tests in vimux.

Requirements

Commands

Mapping

You can map these commands to leader keystrokes if you like:

map <silent> <LocalLeader>ba :wa<CR> :RunAllBazelTests<CR>
map <silent> <LocalLeader>bt :wa<CR> :RunTargetBazelTests<CR>