summaryrefslogtreecommitdiff
path: root/doc/cheat.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cheat.texi')
-rw-r--r--doc/cheat.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/cheat.texi b/doc/cheat.texi
index 3dd0f8d..793d20f 100644
--- a/doc/cheat.texi
+++ b/doc/cheat.texi
@@ -49,9 +49,15 @@ third key not modified by @key{Control}; e.g.,
@item C-M-x
@tab @code{geiser-eval-definition}
@tab Eval definition around point
+@item C-c C-c
+@tab @code{geiser-eval-definition}
+@tab Eval definition around point
@item C-c M-e
@tab @code{geiser-eval-definition-and-go}
@tab Eval definition around point and switch to REPL
+@item C-c M-c
+@tab @code{geiser-eval-definition-and-go}
+@tab Eval definition around point and switch to REPL
@item C-x C-e
@tab @code{geiser-eval-last-sexp}
@tab Eval sexp before point
@@ -81,6 +87,9 @@ third key not modified by @key{Control}; e.g.,
@item C-c C-k
@tab @code{geiser-compile-current-buffer}
@tab Compile and load current file
+@item C-c C-l
+@tab @code{geiser-load-file}
+@tab Load scheme file
@item M-g n, C-x `
@tab @code{next-error}
@tab Jump to the location of next error
@@ -139,6 +148,9 @@ third key not modified by @key{Control}; e.g.,
@item M-.
@tab @code{geiser-edit-symbol-at-point}
@tab Edit identifier at point
+@item C-c C-l
+@tab @code{geiser-load-file}
+@tab Load scheme file
@item TAB
@tab @code{geiser-repl-tab-dwim}
@tab Complete, indent, or go to next error