[conventions] Add ~SPC m t l~ to run last executed tests

This commit is contained in:
syl20bnr 2019-05-12 10:08:28 -04:00
parent 6d8040f2db
commit 4e93c2fb88
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ share common actions that we can unite under the same key bindings:
| ~m t A~ | execute all the tests of the current project in debug |
| ~m t b~ | execute all the tests of the current buffer |
| ~m t B~ | execute all the tests of the current buffer in debug |
| ~m t l~ | execute the last executed test again |
| ~m t t~ | execute the current test (thing at point, function) |
| ~m t T~ | execute the current test in debug (thing at point, function) |