cider: Bind "RET" to cider-repl-return.

This commit is contained in:
Pierre Neidhardt 2020-01-13 11:43:20 +01:00
parent 815c127d02
commit e9f284b5d6
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ ex. \(cider-debug-mode-send-reply \":next\"\)"
(evil-collection-define-key '(normal visual) 'cider-repl-mode-map
;; FIXME: This seems to get overwritten by `cider-switch-to-repl-buffer'.
"gz" 'cider-switch-to-last-clojure-buffer
(kbd "RET") 'cider-repl-return
"gd" 'cider-find-var
(kbd "C-t") 'cider-pop-back