blob: c9397ba9cb28b7652c5a9149f091b68607afc5c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
* scheme
Evil bindings for =scheme-mode=.
** Key bindings
Added to =scheme-mode-map= in normal state.
| Command | Original | Evil |
|-------------------------------+----------+------|
| =evil-collection-scheme-repl= | n/a | =gz= |
** New commands
| Command | Key | |
|-------------------------------+------+------------------------------------------------|
| =evil-collection-scheme-repl= | =gz= | pop to =*scheme*= buffer and call =run-scheme= |
|