Fix SPC m r c in clojure-mode
Map it to 'cider-find-and-clear-repl-output instead of 'cider-repl-clear-buffer (that does not work inside Clojure buffer).
This commit is contained in:
parent
cf7ef0f99f
commit
8cce11fc82
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
"R" #'cider-restart
|
||||
"b" #'cider-switch-to-repl-buffer
|
||||
"B" #'+clojure/cider-switch-to-repl-buffer-and-switch-ns
|
||||
"c" #'cider-repl-clear-buffer)))
|
||||
"c" #'cider-find-and-clear-repl-output)))
|
||||
|
||||
(:when (featurep! :feature evil +everywhere)
|
||||
:map cider-repl-mode-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue