mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/go: rebind conflicting keybinds for go-play-*
Fixes a startup error regarding binding to a non-prefix key.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user