Add some maps in cider-repl major mode
This commit is contained in:
parent
8cce11fc82
commit
3eb9caf167
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@
|
||||||
(:when (featurep! :feature evil +everywhere)
|
(:when (featurep! :feature evil +everywhere)
|
||||||
:map cider-repl-mode-map
|
:map cider-repl-mode-map
|
||||||
:i [S-return] #'cider-repl-newline-and-indent
|
: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
|
:map cider-repl-history-mode-map
|
||||||
:i [return] #'cider-repl-history-insert-and-quit
|
:i [return] #'cider-repl-history-insert-and-quit
|
||||||
:i "q" #'cider-repl-history-quit
|
:i "q" #'cider-repl-history-quit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue