diff --git a/modules/lang/common-lisp/config.el b/modules/lang/common-lisp/config.el index 29348b8e1..1426966a2 100644 --- a/modules/lang/common-lisp/config.el +++ b/modules/lang/common-lisp/config.el @@ -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 "") '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-") 'sly-show-xref