From cedbc68912e69955af38ebaf0bf688de063ef036 Mon Sep 17 00:00:00 2001 From: folke <292349+folke@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:14:32 +0000 Subject: [PATCH] chore(build): auto-generate docs --- docs/terminal.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/terminal.md b/docs/terminal.md index f20b96ea..88016ecf 100644 --- a/docs/terminal.md +++ b/docs/terminal.md @@ -171,6 +171,13 @@ The terminal id is based on the `cmd`, `cwd`, `env` and `vim.v.count1` options. Snacks.terminal.get(cmd, opts) ``` +### `Snacks.terminal.list()` + +```lua +---@return snacks.win[] +Snacks.terminal.list() +``` + ### `Snacks.terminal.open()` Open a new terminal window.