clojure layer: add cider-quit binding SPC m s q

This commit is contained in:
Amin Bandali 2015-03-14 21:00:56 -04:00 committed by syl20bnr
parent 64f8db437f
commit f8b42d166b
2 changed files with 2 additions and 0 deletions

View file

@ -123,6 +123,7 @@ More info regarding installation of nREPL middleware can be found here:
<kbd>SPC m s i</kbd> | start REPL (cider-jack-in)
<kbd>SPC m s n</kbd> | send and eval ns form in REPL
<kbd>SPC m s N</kbd> | send and eval ns form and switch to REPL in `insert state`
<kbd>SPC m s q</kbd> | kill REPL (cider-quit)
<kbd>SPC m s r</kbd> | send and eval region in REPL
<kbd>SPC m s R</kbd> | send and eval region and switch to REPL in `insert state`
<kbd>SPC m s s</kbd> | switch to REPL

View file

@ -151,6 +151,7 @@ the focus."
"msi" 'cider-jack-in
"msn" 'spacemacs/cider-send-ns-form-to-repl
"msN" 'spacemacs/cider-send-function-to-repl-focus
"msq" 'cider-quit
"msr" 'spacemacs/cider-send-region-to-repl
"msR" 'spacemacs/cider-send-region-to-repl-focus
"mss" 'cider-switch-to-repl-buffer