chore(build): auto-generate docs

This commit is contained in:
folke 2025-02-07 08:11:13 +00:00 committed by github-actions[bot]
parent 81f90062c5
commit 1eaeafe1a9

View file

@ -967,6 +967,7 @@ Neovim commands
["u"] = "explorer_update",
["<c-c>"] = "tcd",
["<c-f>"] = "picker_grep",
["<c-t>"] = "terminal",
["."] = "explorer_focus",
["I"] = "toggle_ignored",
["H"] = "toggle_hidden",
@ -2512,6 +2513,12 @@ Snacks.picker.actions.select_and_prev(picker)
Snacks.picker.actions.tcd(_, item)
```
### `Snacks.picker.actions.terminal()`
```lua
Snacks.picker.actions.terminal(_, item)
```
### `Snacks.picker.actions.toggle_focus()`
```lua