Added keymapping for cider's eval and replace

This commit is contained in:
DayoOliyide 2015-06-01 11:46:59 +01:00 committed by syl20bnr
parent d875419792
commit 64d2a6ec25
2 changed files with 2 additions and 0 deletions

View file

@ -99,6 +99,7 @@ More info regarding installation of nREPL middleware can be found here:
----------------------|------------------------------------------------------------
<kbd>SPC m e b</kbd> | eval buffer
<kbd>SPC m e e</kbd> | eval last sexp
<kbd>SPC m e w</kbd> | eval last sexp and replace with result
<kbd>SPC m e f</kbd> | eval function at point
<kbd>SPC m e r</kbd> | eval region

View file

@ -143,6 +143,7 @@ the focus."
"meb" 'cider-eval-buffer
"mee" 'cider-eval-last-sexp
"mew" 'cider-eval-last-sexp-and-replace
"mef" 'cider-eval-defun-at-point
"mer" 'cider-eval-region