mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
13f3006dbf
commit
eb75825f83
1 changed files with 10 additions and 0 deletions
|
|
@ -189,6 +189,16 @@ Open a new terminal window.
|
|||
Snacks.terminal.open(cmd, opts)
|
||||
```
|
||||
|
||||
### `Snacks.terminal.tid()`
|
||||
|
||||
Get a terminal id based on the `cmd`, `cwd`, `env` and `vim.v.count1` options.
|
||||
|
||||
```lua
|
||||
---@param cmd? string | string[]
|
||||
---@param opts? snacks.terminal.Opts
|
||||
Snacks.terminal.tid(cmd, opts)
|
||||
```
|
||||
|
||||
### `Snacks.terminal.toggle()`
|
||||
|
||||
Toggle a terminal window.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue