From 04737db3f0a6ebc46948600df65d668ff013f814 Mon Sep 17 00:00:00 2001 From: Erik Simmler Date: Sat, 11 May 2024 15:04:35 -0400 Subject: [PATCH] Update reference to keymap.json in tasks docs --- docs/src/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tasks.md b/docs/src/tasks.md index 76bc3b63929e9..980dfbecf08bc 100644 --- a/docs/src/tasks.md +++ b/docs/src/tasks.md @@ -73,7 +73,7 @@ The intended use of ephemeral tasks is to stay in the flow with continuous `task ## Custom keybindings for tasks -You can define your own keybindings for your tasks via additional argument to `task::Spawn`. If you wanted to bind the aforementioned `echo current file's path` task to `alt-g`, you would add the following snippet in your `keybindings.json` file: +You can define your own keybindings for your tasks via additional argument to `task::Spawn`. If you wanted to bind the aforementioned `echo current file's path` task to `alt-g`, you would add the following snippet in your [`keymap.json`](./key-bindings/) file: ```json {