diff --git a/README.md b/README.md
index d0e4e3f..8a6f6a3 100644
--- a/README.md
+++ b/README.md
@@ -62,11 +62,21 @@ provided so that you may compose your own custom functions.
Open a fold node. |
+
+ origami-forward-open-node |
+ Search forward on this line for a fold node and open it. This makes opening nodes much more convenient. |
+
+
origami-open-node-recursively |
Open a fold node and all of its children. |
+
+ origami-forward-open-node-recursively |
+ Search forward on this line for a fold node and open it and all of its children. This makes opening nodes much more convenient. |
+
+
origami-show-node |
Like origami-open-node but also opens parent fold nodes recursively so as to ensure the position where point is is visible. |
@@ -77,11 +87,21 @@ provided so that you may compose your own custom functions.
Close a fold node. |
+
+ origami-forward-close-node |
+ Search forward on this line for a fold node and close it. This makes closing nodes much more convenient. |
+
+
origami-close-node-recursively |
Close a fold node and all of its children. |
+
+ origami-forward-close-node-recursively |
+ Search forward on this line for a fold node and close it and all of its children. This makes opening nodes much more convenient. |
+
+
origami-toggle-node |
Toggle open or closed a fold node. |