mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/go: move go-gen-test keybinds onto t prefix
This commit is contained in:
@ -51,11 +51,10 @@
|
||||
"t" #'+go/test-rerun
|
||||
"a" #'+go/test-all
|
||||
"s" #'+go/test-single
|
||||
"n" #'+go/test-nested)
|
||||
(:prefix ("gt" . "gen-test")
|
||||
"d" #'go-gen-test-dwim ; Generate tests for functions you want to.
|
||||
"a" #'go-gen-test-all ; Generate tests for all functions.
|
||||
"e" #'go-gen-test-exported))) ; Generate tests for all exported functions.
|
||||
"n" #'+go/test-nested
|
||||
"g" #'go-gen-test-dwim
|
||||
"G" #'go-gen-test-all
|
||||
"e" #'go-gen-test-exported)))
|
||||
|
||||
|
||||
(use-package! gorepl-mode
|
||||
|
Reference in New Issue
Block a user