diff options
author | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2016-06-12 22:22:26 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2016-06-12 22:22:26 +0200 |
commit | 5f27067eb6ffb9ae96d503a70d46977b12dcdf23 (patch) | |
tree | ca7471cc36532355676dfe4357a25672f517d1aa /README | |
parent | a41bb70f7d58a59c7a931030b800cbffb9777d9f (diff) | |
download | geiser-5f27067eb6ffb9ae96d503a70d46977b12dcdf23.tar.gz geiser-5f27067eb6ffb9ae96d503a70d46977b12dcdf23.tar.bz2 |
New key bindings: C-c C-c, C-c C-l
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -105,6 +105,7 @@ | C-c C-e [ | Toggle between () and [] for current form | |-------------+-------------------------------------------------| | C-M-x | Eval definition around point | + | C-c C-c | Eval definition around point | | C-c M-e | Eval definition around point and switch to REPL | | C-x C-e | Eval sexp before point | | C-c C-r | Eval region | @@ -117,6 +118,7 @@ | C-c C-m r | Macro-expand region | |-------------+-------------------------------------------------| | C-c C-k | Compile and load current file | + | C-c C-l | Load scheme file | |-------------+-------------------------------------------------| | C-c C-d d | See documentation for identifier at point | | C-c C-d s | See short documentation for identifier at point | @@ -139,6 +141,7 @@ | C-c C-z | Start Scheme REPL, or jump to previous buffer | | C-c M-o | Clear scheme output | | C-c C-q | Kill Scheme process | + | C-c C-l | Load scheme file | | C-c C-k | Nuke REPL: use it if the REPL becomes unresponsive | |-------------+----------------------------------------------------| | M-. | Edit identifier at point | |