clojure layer: move eval last sexp to mee (by convention)

This commit is contained in:
syl20bnr 2015-02-23 21:05:15 -05:00
parent 05ff33f086
commit ae66425556
2 changed files with 2 additions and 2 deletions

View file

@ -80,8 +80,8 @@ instructions at the [cider repository][cider_install].
Key Binding | Description
----------------------|------------------------------------------------------------
<kbd>SPC m e b</kbd> | eval buffer
<kbd>SPC m e e</kbd> | eval last sexp
<kbd>SPC m e r</kbd> | eval region
<kbd>SPC m e s</kbd> | eval last sexp
### Goto

View file

@ -106,8 +106,8 @@ the focus."
"mdj" 'cider-javadoc
"meb" 'cider-eval-buffer
"mee" 'cider-eval-last-sexp
"mer" 'cider-eval-region
"mes" 'cider-eval-last-sexp
"mgb" 'cider-jump-back
"mge" 'cider-jump-to-compilation-error