diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 39 | 
1 files changed, 20 insertions, 19 deletions
| @@ -129,25 +129,26 @@  *** In the REPL -    |----------------+----------------------------------------------------| -    | C-c C-z, C-c z | Start Scheme REPL, or jump to previous buffer      | -    | C-c C-q        | Kill Scheme process                                | -    |----------------+----------------------------------------------------| -    | M-.            | Edit identifier at point                           | -    | TAB, M-TAB     | Complete identifier at point                       | -    | M-`, C-.       | Complete module name at point                      | -    |----------------+----------------------------------------------------| -    | M-p, M-n       | Prompt history, matching current prefix            | -    |----------------+----------------------------------------------------| -    | C-c C-k, C-c k | Nuke REPL: use it if the REPL becomes unresponsive | -    |----------------+----------------------------------------------------| -    | C-c C-m, C-c m | Set current module                                 | -    | C-c C-l, C-c l | Load scheme file                                   | -    |----------------+----------------------------------------------------| -    | C-c C-d C-d    | See documentation for symbol at point              | -    | C-c C-d C-m    | See documentation for module                       | -    | C-c C-a, C-c a | Toggle autodoc mode                                | -    |----------------+----------------------------------------------------| +    |-------------+----------------------------------------------------| +    | C-c C-z     | Start Scheme REPL, or jump to previous buffer      | +    | C-c C-q     | Kill Scheme process                                | +    |-------------+----------------------------------------------------| +    | M-.         | Edit identifier at point                           | +    | TAB, M-TAB  | Complete identifier at point                       | +    | M-`, C-.    | Complete module name at point                      | +    |-------------+----------------------------------------------------| +    | M-p, M-n    | Prompt history, matching current prefix            | +    |-------------+----------------------------------------------------| +    | C-c C-k     | Nuke REPL: use it if the REPL becomes unresponsive | +    |-------------+----------------------------------------------------| +    | C-c C-m     | Set current module                                 | +    | C-c C-i     | Import module into current namespace               | +    | C-c C-l     | Load scheme file                                   | +    |-------------+----------------------------------------------------| +    | C-c C-d C-d | See documentation for symbol at point              | +    | C-c C-d C-m | See documentation for module                       | +    | C-c C-d C-a | Toggle autodoc mode                                | +    |-------------+----------------------------------------------------|  *** In the documentation browser: | 
