17 lines
644 B
Markdown
17 lines
644 B
Markdown
|
# Racket
|
||
|
|
||
|
![logo_racket](img/racket.png)
|
||
|
|
||
|
Adds support for the [Racket](http://racket-lang.org/) programming language.
|
||
|
|
||
|
## Key Bindings
|
||
|
|
||
|
Key Binding | Description
|
||
|
----------------------|------------------------------------------------------------
|
||
|
<kbd>SPC m r</kbd> | Run current file and open REPL
|
||
|
<kbd>SPC m l</kbd> | Enter [Evil Lisp State](https://github.com/syl20bnr/evil-lisp-state)
|
||
|
<kbd>SPC m t</kbd> | Run tests
|
||
|
<kbd>SPC m g</kbd> | Visit definition
|
||
|
<kbd>SPC m h d</kbd> | Visit Documentation
|
||
|
<kbd>H-r</kbd> | Run current file and open REPL (`H` is hyper, *may* be bound to command on OSX)
|