branch: elpa/forth-mode
commit 745e1d83884d5e04f347c2abbef011df5c385e41
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
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.