Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 688 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 688 Bytes

focus_toggle

Toggle focus on ruby tests

This package is only useful if you're using the minitest-focus gem.

Commands

  • Af adds focus to all tests in the current file
  • Rf removes focus to all tests in the current file
  • AddFocusHere adds focus to the test the cursor is currenty in
  • RemoveFocusHere removes focus from the test the cursor is currently in

Proposed Keybindings

  • nnoremap <leader>af :AddFocusHere<CR>
  • nnoremap <leader>rf :RemoveFocusHere<CR>

Installation

  • Follow the directions of your plugin manager
    • Vundle: Plugin jcqvisser/focus_toggle
    • Plug: Plug jcqvisser/focus_toggle
    • Etc...