Fix go-mode test-running keybinds
This commit is contained in:
parent
0a1b04d26e
commit
b525a776e2
1 changed files with 4 additions and 3 deletions
|
@ -10,9 +10,10 @@
|
||||||
(bind! :map go-mode-map
|
(bind! :map go-mode-map
|
||||||
:n "gd" 'godef-jump
|
:n "gd" 'godef-jump
|
||||||
:n "gD" 'godef-describe
|
:n "gD" 'godef-describe
|
||||||
|
(:prefix ","
|
||||||
:n "tr" 'narf:go-test-run-all
|
:n "tr" 'narf:go-test-run-all
|
||||||
:n "ta" 'narf:go-test-run-all
|
:n "ta" 'narf:go-test-run-all
|
||||||
:n "ts" 'narf:go-test-run-package)
|
:n "ts" 'narf:go-test-run-package))
|
||||||
|
|
||||||
(mapc (lambda (x)
|
(mapc (lambda (x)
|
||||||
(let ((command-name (car x))
|
(let ((command-name (car x))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue