Skip to content

puffo/focus_toggle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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...

About

Toggle focus on ruby tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%