mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-03 18:28:38 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
81f90062c5
commit
1eaeafe1a9
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue