Did you check the docs?
Is your feature request related to a problem? Please describe.
unable to set Snacks.win({ position = "tab" }) or Snacks.terminal(nil, {win = {position = "tab"}})
Describe the solution you'd like
be able to set position = "tab" similar to "right", "left", ...
Describe alternatives you've considered
tried used vim.cmd.tabnew() and set position = "current" but toggle(terminal) doesnt handle this well
Additional context
No response
Did you check the docs?
Is your feature request related to a problem? Please describe.
unable to set Snacks.win({ position = "tab" }) or Snacks.terminal(nil, {win = {position = "tab"}})
Describe the solution you'd like
be able to set position = "tab" similar to "right", "left", ...
Describe alternatives you've considered
tried used vim.cmd.tabnew() and set position = "current" but toggle(terminal) doesnt handle this well
Additional context
No response