Add keybinding to stop running tests in test buffer
This commit is contained in:
parent
8adca62002
commit
ada1fb4315
1 changed files with 2 additions and 1 deletions
|
@ -114,4 +114,5 @@ buffers.")
|
|||
(lambda ()
|
||||
(interactive)
|
||||
(artisan--test-internal nil name ignore)))
|
||||
(local-set-key (kbd "q") #'bury-buffer))))
|
||||
(local-set-key (kbd "q") #'bury-buffer)
|
||||
(local-set-key (kbd "s") (lambda () (interactive) (interrupt-process))))))
|
||||
|
|
Loading…
Reference in a new issue