summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-03-12 22:05:41 +0100
committera-kenji <aks.kenji@protonmail.com>2021-03-12 22:05:41 +0100
commita86d8c216186030754a42968768f2af6a131d90d (patch)
tree4e445340579663436ba6fb564a6b8403abd8fdb7 /example
parentacc2524105f811d1b32e3b993d91c67968efe33e (diff)
Add example config file.
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,]