summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/config.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml
new file mode 100644
index 000000000..f19a21146
--- /dev/null
+++ b/example/config.yaml
@@ -0,0 +1,13 @@
+---
+keybinds:
+ normal:
+ - action: [GoToTab: 1,]
+ key: [F: 1,]
+ - action: [GoToTab: 2,]
+ key: [F: 2,]
+ - action: [GoToTab: 3,]
+ key: [F: 3,]
+ - action: [GoToTab: 4,]
+ key: [F: 4,]
+ - action: [NewTab,]
+ key: [F: 5,]