summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@imladris.local>2016-06-12 22:22:26 +0200
committerJose Antonio Ortega Ruiz <jao@imladris.local>2016-06-12 22:22:26 +0200
commit368d12c1637be2cd66e0084524cae9945dcec18d (patch)
treeac53bddf84ad96501f58feb69a27ab3d952dc24a /README
parent1f4885c1e5e0ade2883cdf02255a7986df8e4f86 (diff)
downloadgeiser-guile-368d12c1637be2cd66e0084524cae9945dcec18d.tar.gz
geiser-guile-368d12c1637be2cd66e0084524cae9945dcec18d.tar.bz2
New key bindings: C-c C-c, C-c C-l
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index ad956dc..ae7b8ad 100644
--- a/README
+++ b/README
@@ -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 |