lang/go: rebind conflicting keybinds for go-play-*
Fixes a startup error regarding binding to a non-prefix key.
This commit is contained in:
parent
86d51dd056
commit
6767bb926e
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
|
||||
(map! :map go-mode-map
|
||||
:localleader
|
||||
:n "r" #'go-play-buffer
|
||||
:v "r" #'go-play-region
|
||||
:n "e" #'go-play-buffer
|
||||
:v "e" #'go-play-region
|
||||
:n "i" #'go-goto-imports ; Go to imports
|
||||
(:prefix "h"
|
||||
:n "." #'godoc-at-point ; Lookup in godoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue