Merge pull request #1339 from thiagokokada/cider-map-fixes
Cider map fixes
This commit is contained in:
commit
fb0c8186de
1 changed files with 7 additions and 1 deletions
|
@ -82,11 +82,17 @@
|
|||
"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
|
||||
:i [S-return] #'cider-repl-newline-and-indent
|
||||
(:localleader
|
||||
("n" #'cider-repl-set-ns
|
||||
"q" #'cider-quit
|
||||
"r" #'cider-ns-refresh
|
||||
"R" #'cider-restart
|
||||
"c" #'cider-repl-clear-buffer))
|
||||
:map cider-repl-history-mode-map
|
||||
:i [return] #'cider-repl-history-insert-and-quit
|
||||
:i "q" #'cider-repl-history-quit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue