Skip to content

Commit

Permalink
Update reference to keymap.json in tasks docs (zed-industries#11711)
Browse files Browse the repository at this point in the history
I assume this was an older file name or just a typo as I can't find any
other references to a `keybindings.json` file. Either way it was
confusing for a bit :)

Release Notes:

- N/A
  • Loading branch information
tgecho authored and osiewicz committed May 18, 2024
1 parent 38cc81e commit 7c648e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 7c648e6

Please sign in to comment.