mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Changed some wrong common-lisp bindings
The Sly documentation which these were originally based off of is out of date, causing some of the bindings to have no longer defined functions.
This commit is contained in:
@ -199,35 +199,28 @@ bin/doom while packages at compile-time (not a runtime though)."
|
||||
"S" 'sly-db-show-frame-source
|
||||
"t" 'sly-db-toggle-details)
|
||||
(evil-define-key 'normal sly-inspector-mode-map
|
||||
[backtab] 'sly-inspector-previous-inspectable-object
|
||||
[mouse-1] 'sly-inspector-operate-on-click
|
||||
[mouse-2] 'sly-inspector-operate-on-click
|
||||
[mouse-6] 'sly-inspector-pop
|
||||
[mouse-7] 'sly-inspector-next
|
||||
[return] 'sly-inspector-operate-on-point
|
||||
[(shift tab)] 'sly-inspector-previous-inspectable-object
|
||||
[backtab] 'backward-button
|
||||
[return] 'push-button
|
||||
[(shift tab)] 'backward-button
|
||||
(kbd "<M-return>") 'sly-mrepl-copy-part-to-repl
|
||||
(kbd "C-i") 'sly-inspector-next-inspectable-object
|
||||
(kbd "C-k") 'sly-inspector-pop
|
||||
(kbd "C-m") 'sly-inspector-operate-on-point
|
||||
"." 'sly-inspector-show-source
|
||||
"D" 'sly-inspector-describe-inspectee
|
||||
(kbd "C-i") 'next-button
|
||||
(kbd "C-m") 'push-button
|
||||
"e" 'sly-inspector-eval
|
||||
"gb" 'sly-inspector-pop
|
||||
"gj" 'sly-inspector-next
|
||||
"gr" 'sly-inspector-reinspect
|
||||
"gR" 'sly-inspector-fetch-all
|
||||
"gv" 'sly-inspector-toggle-verbose
|
||||
"j" 'sly-inspector-next
|
||||
"h" 'sly-inspector-history
|
||||
"k" 'sly-inspector-previous-inspectable-object
|
||||
"K" 'sly-inspector-describe
|
||||
"p" 'sly-inspector-pprint
|
||||
"k" 'backward-button
|
||||
"K" 'sly-inspector-describe-inspectee
|
||||
"p" 'sly-button-pretty-print
|
||||
"q" 'sly-inspector-quit)
|
||||
(evil-define-key 'normal sly-mode-map
|
||||
(kbd "C-t") 'sly-pop-find-definition-stack)
|
||||
(evil-define-key 'normal sly-popup-buffer-mode-map
|
||||
(kbd "C-t") 'sly-pop-find-definition-stack)
|
||||
(kbd "C-t") 'sly-pop-find-definition-stack
|
||||
"q" 'quit-window)
|
||||
(evil-define-key 'normal sly-xref-mode-map
|
||||
[return] 'sly-goto-xref
|
||||
(kbd "S-<return>") 'sly-show-xref
|
||||
|
Reference in New Issue
Block a user