feat(emacs): bind C-o in cider inspector
This commit is contained in:
@@ -44,13 +44,11 @@
|
||||
;; functionality.
|
||||
(cider-download-java-sources t))
|
||||
:general
|
||||
;; DEPRECATED: Remove once a `map!' equivalent is implemented.
|
||||
(:keymaps 'cider-repl-mode-map
|
||||
:states '(normal insert)
|
||||
"C-k" #'cider-repl-backward-input
|
||||
"C-j" #'cider-repl-forward-input
|
||||
"C-s" #'consult-history)
|
||||
;; DEPRECATED: Remove once a `map!' equivalent is implemented.
|
||||
(:keymaps '(cider-repl-mode-map clojure-mode-map)
|
||||
:states '(normal visual motion emacs insert)
|
||||
:major-modes t
|
||||
@@ -78,6 +76,9 @@
|
||||
(:keymaps 'cider-repl-mode-map
|
||||
:states 'insert
|
||||
"S-<return>" #'cider-repl-newline-and-indent)
|
||||
(:keymaps 'cider-inspector-mode-map
|
||||
:states '(motion insert)
|
||||
"C-o" #'cider-inspector-pop)
|
||||
:config
|
||||
(add-hook 'cider-mode-hook #'eldoc-mode)
|
||||
(with-eval-after-load 'consult
|
||||
|
||||
Reference in New Issue
Block a user