summaryrefslogtreecommitdiff
path: root/doc/cheat.texi
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
commit5f27067eb6ffb9ae96d503a70d46977b12dcdf23 (patch)
treeca7471cc36532355676dfe4357a25672f517d1aa /doc/cheat.texi
parenta41bb70f7d58a59c7a931030b800cbffb9777d9f (diff)
downloadgeiser-5f27067eb6ffb9ae96d503a70d46977b12dcdf23.tar.gz
geiser-5f27067eb6ffb9ae96d503a70d46977b12dcdf23.tar.bz2
New key bindings: C-c C-c, C-c C-l
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