summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2020-01-28 02:50:24 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2020-01-28 02:50:24 +0000
commit63ff73d1f5ec572bbd73b6c37d3f8ba83dc085f8 (patch)
tree2355fc01c819a466f54a6284a6a14c5367675686 /doc
parent1ad752e4b4735e65c30acfc5fed8c663fa93181d (diff)
downloadgeiser-63ff73d1f5ec572bbd73b6c37d3f8ba83dc085f8.tar.gz
geiser-63ff73d1f5ec572bbd73b6c37d3f8ba83dc085f8.tar.bz2
C-c \ and C-c [ in geiser-repl too
With a hat tip to Mikhail Kryshen, who was wondering in guile-user why oh why, and rightly so.
Diffstat (limited to 'doc')
-rw-r--r--doc/cheat.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/cheat.texi b/doc/cheat.texi
index cbfe08d..f1ef04f 100644
--- a/doc/cheat.texi
+++ b/doc/cheat.texi
@@ -163,6 +163,12 @@ third key not modified by @key{Control}; e.g.,
@item M-`, C-.
@tab @code{geiser-completion--complete-module}
@tab Complete module name at point
+@item C-c [, C-c C-[
+@tab @code{geiser-squarify}
+@tab Toggle between () and [] for current form
+@item C-c \, C-c C-\
+@tab @code{geiser-insert-lambda}
+@tab Insert greek lambda or, with prefix, a lambda form
@item C-c C-r
@tab @code{geiser-add-to-load-path}
@tab Ask for a directory and add to Scheme load path