From 5f27067eb6ffb9ae96d503a70d46977b12dcdf23 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 12 Jun 2016 22:22:26 +0200 Subject: New key bindings: C-c C-c, C-c C-l --- doc/cheat.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/cheat.texi') 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 -- cgit v1.2.3