emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/forth-mode 745e1d8388 039/153: Document key bindings.


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode 745e1d8388 039/153: Document key bindings.
Date: Sat, 29 Jan 2022 08:02:15 -0500 (EST)

branch: elpa/forth-mode
commit 745e1d83884d5e04f347c2abbef011df5c385e41
Author: Lars Brinkhoff <lars.brinkhoff@delphi.com>
Commit: Lars Brinkhoff <lars.brinkhoff@delphi.com>

    Document key bindings.
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 1b4d3f2ed1..729be0c6fa 100644
--- a/README.md
+++ b/README.md
@@ -39,3 +39,12 @@ extensions `.f`, `.fs`, `.fth`, and `.4th` are recognised
 automatically.
 
 To start an interactive Forth session, type `M-x run-forth`.
+
+Key bindings:
+
+- `C-M-a`, `C-M-e` - beginning / end of colon definition.
+- `C-M-f`, `C-M-b` - forward / backward expression (not very useful yet).
+- `C-M-h` - mark colon definition.
+- `C-c C-l` - load file.
+- `C-c C-r` - evaluate region.
+- `C-c C-k` - kill interactive Forth.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]