Skip to content

Commit

Permalink
chore(build): auto-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent 7f76743 commit 2c9a884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ vim.keymap.set("i", "<c-d>", function()
if require("care").api.doc_is_open() then
require("care").api.scroll_docs(-4)
else
vim.api.nvim_feedkeys(vim.keycode("<c-f>"), "n", false)
vim.api.nvim_feedkeys(vim.keycode("<c-d>"), "n", false)
end
end)
```
Expand Down

0 comments on commit 2c9a884

Please sign in to comment.