mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Jump back after jump to def with "C-c b"
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
(use-package dumb-jump
|
||||
:bind
|
||||
("C-c d" . dumb-jump-go)
|
||||
("C-c b" . dumb-jump-back)
|
||||
("M-g o" . dumb-jump-go-other-window)
|
||||
("M-g j" . dumb-jump-go)
|
||||
("M-g b" . dumb-jump-back)
|
||||
|
||||
@@ -70,7 +70,8 @@
|
||||
:defer t
|
||||
:after go-mode
|
||||
:bind (:map go-mode-map
|
||||
("C-c d" . go-guru-definition))
|
||||
("C-c d" . go-guru-definition)
|
||||
("C-c b" . pop-tag-mark))
|
||||
:hook (go-mode . siren-go-guru-setup)
|
||||
|
||||
:init
|
||||
|
||||
Reference in New Issue
Block a user