1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00

docs: link to SpawnCommandInNewTab from SpawnTab

This commit is contained in:
Wez Furlong 2022-09-05 09:31:04 -07:00
parent 44b7753ef5
commit e1edd483f5

View File

@ -29,4 +29,5 @@ return {
}
```
See [SpawnCommandInNewTab](SpawnCommandInNewTab.md) for a more flexible action
that allows more control over the spawned command.