Toggle focus on ruby tests
This package is only useful if you're using the minitest-focus gem.
Af
adds focus to all tests in the current fileRf
removes focus to all tests in the current fileAddFocusHere
adds focus to the test the cursor is currenty inRemoveFocusHere
removes focus from the test the cursor is currently in
nnoremap <leader>af :AddFocusHere<CR>
nnoremap <leader>rf :RemoveFocusHere<CR>
- Follow the directions of your plugin manager
- Vundle:
Plugin jcqvisser/focus_toggle
- Plug:
Plug jcqvisser/focus_toggle
- Etc...
- Vundle: