summaryrefslogtreecommitdiff
path: root/doc/cheat.texi
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
commite2910bf4f12e15dfa89ba3870d95389672dc5825 (patch)
treef4dcdf262338c286b9422d0ab68e6a60c7b61fba /doc/cheat.texi
parent645e4775420c59bb10ef0693ed2631a8df8c0e29 (diff)
downloadgeiser-guile-e2910bf4f12e15dfa89ba3870d95389672dc5825.tar.gz
geiser-guile-e2910bf4f12e15dfa89ba3870d95389672dc5825.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/cheat.texi')
-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