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:
parent
92e604d0dc
commit
80ea315cca
1 changed files with 10 additions and 17 deletions
|
@ -199,35 +199,28 @@ bin/doom while packages at compile-time (not a runtime though)."
|
||||||
"S" 'sly-db-show-frame-source
|
"S" 'sly-db-show-frame-source
|
||||||
"t" 'sly-db-toggle-details)
|
"t" 'sly-db-toggle-details)
|
||||||
(evil-define-key 'normal sly-inspector-mode-map
|
(evil-define-key 'normal sly-inspector-mode-map
|
||||||
[backtab] 'sly-inspector-previous-inspectable-object
|
[backtab] 'backward-button
|
||||||
[mouse-1] 'sly-inspector-operate-on-click
|
[return] 'push-button
|
||||||
[mouse-2] 'sly-inspector-operate-on-click
|
[(shift tab)] 'backward-button
|
||||||
[mouse-6] 'sly-inspector-pop
|
|
||||||
[mouse-7] 'sly-inspector-next
|
|
||||||
[return] 'sly-inspector-operate-on-point
|
|
||||||
[(shift tab)] 'sly-inspector-previous-inspectable-object
|
|
||||||
(kbd "<M-return>") 'sly-mrepl-copy-part-to-repl
|
(kbd "<M-return>") 'sly-mrepl-copy-part-to-repl
|
||||||
(kbd "C-i") 'sly-inspector-next-inspectable-object
|
(kbd "C-i") 'next-button
|
||||||
(kbd "C-k") 'sly-inspector-pop
|
(kbd "C-m") 'push-button
|
||||||
(kbd "C-m") 'sly-inspector-operate-on-point
|
|
||||||
"." 'sly-inspector-show-source
|
|
||||||
"D" 'sly-inspector-describe-inspectee
|
|
||||||
"e" 'sly-inspector-eval
|
"e" 'sly-inspector-eval
|
||||||
"gb" 'sly-inspector-pop
|
"gb" 'sly-inspector-pop
|
||||||
"gj" 'sly-inspector-next
|
"gj" 'sly-inspector-next
|
||||||
"gr" 'sly-inspector-reinspect
|
"gr" 'sly-inspector-reinspect
|
||||||
"gR" 'sly-inspector-fetch-all
|
"gR" 'sly-inspector-fetch-all
|
||||||
"gv" 'sly-inspector-toggle-verbose
|
"gv" 'sly-inspector-toggle-verbose
|
||||||
"j" 'sly-inspector-next
|
|
||||||
"h" 'sly-inspector-history
|
"h" 'sly-inspector-history
|
||||||
"k" 'sly-inspector-previous-inspectable-object
|
"k" 'backward-button
|
||||||
"K" 'sly-inspector-describe
|
"K" 'sly-inspector-describe-inspectee
|
||||||
"p" 'sly-inspector-pprint
|
"p" 'sly-button-pretty-print
|
||||||
"q" 'sly-inspector-quit)
|
"q" 'sly-inspector-quit)
|
||||||
(evil-define-key 'normal sly-mode-map
|
(evil-define-key 'normal sly-mode-map
|
||||||
(kbd "C-t") 'sly-pop-find-definition-stack)
|
(kbd "C-t") 'sly-pop-find-definition-stack)
|
||||||
(evil-define-key 'normal sly-popup-buffer-mode-map
|
(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
|
(evil-define-key 'normal sly-xref-mode-map
|
||||||
[return] 'sly-goto-xref
|
[return] 'sly-goto-xref
|
||||||
(kbd "S-<return>") 'sly-show-xref
|
(kbd "S-<return>") 'sly-show-xref
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue