Bind gb to sly pop commands

This commit is contained in:
Henrik Lissner 2020-05-08 06:22:21 -04:00
parent d1b3021304
commit ab0d37776b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -76,12 +76,15 @@
(map! (:map sly-db-mode-map
:n "gr" #'sly-db-restart-frame)
(:map sly-inspector-mode-map
:n "gb" #'sly-inspector-pop
:n "gr" #'sly-inspector-reinspect
:n "gR" #'sly-inspector-fetch-all
:n "K" #'sly-inspector-describe-inspectee)
(:map sly-xref-mode-map
:n "gr" #'sly-recompile-xref
:n "gR" #'sly-recompile-all-xrefs)
(:map lisp-mode-map
:n "gb" #'sly-pop-find-definition)
(:localleader
:map lisp-mode-map