summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody McGinnis <brainwart@gmail.com>2020-08-18 14:02:24 -0400
committerCody McGinnis <brainwart@gmail.com>2020-08-18 14:02:24 -0400
commitae104374c0af0c2cbf9d246f980ccce56e60c105 (patch)
tree56d9f8b8df991f9ce14ed2858a0aa3388f180bc7
parenta82f990d4c518165fc745ce2b5fb5cf2dd6b2727 (diff)
feat(docs): document the toggle layer behavior
-rw-r--r--docs/docs/behavior/layers.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/docs/behavior/layers.md b/docs/docs/behavior/layers.md
index 2388caf..09defad 100644
--- a/docs/docs/behavior/layers.md
+++ b/docs/docs/behavior/layers.md
@@ -39,3 +39,18 @@ Example:
```
&mo LOWER
```
+
+## Toggle Layer
+
+The "toggle layer" behavior allows you to enable a layer until the layer is manually disabled.
+
+### Behavior Binding
+
+- Reference: `&tog`
+- Parameter: The layer number to enable/disable, e.g. `1`
+
+Example:
+
+```
+&tog LOWER
+``` \ No newline at end of file