diff options
author | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2016-06-12 22:22:26 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@imladris.local> | 2016-06-12 22:22:26 +0200 |
commit | 368d12c1637be2cd66e0084524cae9945dcec18d (patch) | |
tree | ac53bddf84ad96501f58feb69a27ab3d952dc24a /doc/cheat.texi | |
parent | 1f4885c1e5e0ade2883cdf02255a7986df8e4f86 (diff) | |
download | geiser-guile-368d12c1637be2cd66e0084524cae9945dcec18d.tar.gz geiser-guile-368d12c1637be2cd66e0084524cae9945dcec18d.tar.bz2 |
New key bindings: C-c C-c, C-c C-l
Diffstat (limited to 'doc/cheat.texi')
-rw-r--r-- | doc/cheat.texi | 12 |
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 |