From 4e93c2fb88916cc697e80b3a129b4b2d9bc3ff19 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 12 May 2019 10:08:28 -0400 Subject: [PATCH] [conventions] Add ~SPC m t l~ to run last executed tests --- doc/CONVENTIONS.org | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CONVENTIONS.org b/doc/CONVENTIONS.org index 35421c872..2509bb3a1 100644 --- a/doc/CONVENTIONS.org +++ b/doc/CONVENTIONS.org @@ -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) |