aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/keys.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/keys.yaml b/examples/keys.yaml
new file mode 100644
index 00000000..a2b3d66a
--- /dev/null
+++ b/examples/keys.yaml
@@ -0,0 +1,11 @@
+-
+ # Simple global binding
+ key: ctrl a
+ cmd: replay.client @marked
+-
+ # Bind key only in the lfowlist
+ # Note that 1 is quoted, or YAML interprets it as a digit
+ key: "1"
+ ctx: ["flowlist"]
+ cmd: console.nav.down
+ help: Go to next flow \ No newline at end of file