summaryrefslogtreecommitdiffstats
path: root/docs/tutorials/tutorial-lib/configs/tutorial1/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/tutorial-lib/configs/tutorial1/config.json')
-rw-r--r--docs/tutorials/tutorial-lib/configs/tutorial1/config.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/tutorials/tutorial-lib/configs/tutorial1/config.json b/docs/tutorials/tutorial-lib/configs/tutorial1/config.json
new file mode 100644
index 0000000..4407368
--- /dev/null
+++ b/docs/tutorials/tutorial-lib/configs/tutorial1/config.json
@@ -0,0 +1,18 @@
+{
+ "$schema": "https://lnav.org/schemas/config-v1.schema.json",
+ "global": {
+ "lnav_tutorial_name": "tutorial1"
+ },
+ "ui": {
+ "keymap-defs": {
+ "default": {
+ "x79": {
+ "command": "|lnav-tutorial-key-handler next"
+ },
+ "x59": {
+ "command": "|lnav-tutorial-key-handler prev"
+ }
+ }
+ }
+ }
+} \ No newline at end of file