clojure: add SPC msI to README

This commit is contained in:
Eivind Fonn 2015-10-02 13:41:37 +02:00
parent 90660ac315
commit 95a7d266b1

View file

@ -133,6 +133,7 @@ More info regarding installation of nREPL middleware can be found here:
| ~SPC m s f~ | send and eval function in REPL | | ~SPC m s f~ | send and eval function in REPL |
| ~SPC m s F~ | send and eval function and switch to REPL in =insert state= | | ~SPC m s F~ | send and eval function and switch to REPL in =insert state= |
| ~SPC m s i~ | start REPL (cider-jack-in) | | ~SPC m s i~ | start REPL (cider-jack-in) |
| ~SPC m s I~ | start clojurescript REPL (cider-jack-in-clojurescript) |
| ~SPC m s n~ | send and eval ns form in REPL | | ~SPC m s n~ | send and eval ns form in REPL |
| ~SPC m s N~ | send and eval ns form and switch to REPL in =insert state= | | ~SPC m s N~ | send and eval ns form and switch to REPL in =insert state= |
| ~SPC m s q~ | kill REPL (cider-quit) | | ~SPC m s q~ | kill REPL (cider-quit) |
@ -227,9 +228,9 @@ More info regarding installation of nREPL middleware can be found here:
More info at [[https://github.com/gstamp/align-cljlet][align-cljlet]]. More info at [[https://github.com/gstamp/align-cljlet][align-cljlet]].
| Key Binding | Description | | Key Binding | Description |
|-------------+-----------------------| |-------------+-------------------------|
| ~SPC m f l~ | realign current form | | ~SPC m f l~ | realign current form |
| ~SPC m f b~ | reformat current buffer | | ~SPC m f b~ | reformat current buffer |
** CIDER Buffers ** CIDER Buffers