mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix go-mode test-running keybinds
This commit is contained in:
@ -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
|
||||||
:n "tr" 'narf:go-test-run-all
|
(:prefix ","
|
||||||
:n "ta" 'narf:go-test-run-all
|
:n "tr" 'narf:go-test-run-all
|
||||||
:n "ts" 'narf:go-test-run-package)
|
:n "ta" 'narf:go-test-run-all
|
||||||
|
:n "ts" 'narf:go-test-run-package))
|
||||||
|
|
||||||
(mapc (lambda (x)
|
(mapc (lambda (x)
|
||||||
(let ((command-name (car x))
|
(let ((command-name (car x))
|
||||||
|
Reference in New Issue
Block a user