clojure: add SPC m = key binding

per convention
This commit is contained in:
syl20bnr 2016-10-02 22:21:30 -04:00
parent 03c1b5c466
commit 5f759f6df0
2 changed files with 5 additions and 4 deletions

View File

@ -251,10 +251,10 @@ As this state works the same for all files, the documentation is in global
*** Reformatting
| Key Binding | Description |
|-------------+-------------------------|
| ~SPC m f l~ | realign current form |
| ~SPC m f b~ | reformat current buffer |
| Key Binding | Description |
|---------------------------+-------------------------|
| ~SPC m f l~ | realign current form |
| ~SPC m f b~ or ~SPC m =~ | reformat current buffer |
** CIDER Buffers
In general, ~q~ should always quit the popped up buffer.

View File

@ -119,6 +119,7 @@
"er" 'cider-eval-region
"ew" 'cider-eval-last-sexp-and-replace
"=" 'cider-format-buffer
"fb" 'cider-format-buffer
"gb" 'cider-pop-back