lang/go: move go-gen-test keybinds onto t prefix
This commit is contained in:
parent
5de62574bc
commit
63ee940a7e
1 changed files with 4 additions and 5 deletions
|
@ -51,11 +51,10 @@
|
||||||
"t" #'+go/test-rerun
|
"t" #'+go/test-rerun
|
||||||
"a" #'+go/test-all
|
"a" #'+go/test-all
|
||||||
"s" #'+go/test-single
|
"s" #'+go/test-single
|
||||||
"n" #'+go/test-nested)
|
"n" #'+go/test-nested
|
||||||
(:prefix ("gt" . "gen-test")
|
"g" #'go-gen-test-dwim
|
||||||
"d" #'go-gen-test-dwim ; Generate tests for functions you want to.
|
"G" #'go-gen-test-all
|
||||||
"a" #'go-gen-test-all ; Generate tests for all functions.
|
"e" #'go-gen-test-exported)))
|
||||||
"e" #'go-gen-test-exported))) ; Generate tests for all exported functions.
|
|
||||||
|
|
||||||
|
|
||||||
(use-package! gorepl-mode
|
(use-package! gorepl-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue