1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-11 03:27:05 +03:00

docs: tweak AttachDomain DetachDomain docs

This commit is contained in:
Wez Furlong 2022-04-17 22:02:23 -07:00
parent 8fbb1d0c0b
commit 8dfee33ef4
2 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,7 @@ remote system into those of the local GUI.
If there are no remote panes in that domain, wezterm will spawn a default
program into it.
This action is not bound to any keys by default. The [Launcher Menu]()
This action is not bound to any keys by default. The [Launcher Menu](../../launch.md#the-launcher-menu)
(default: right click on the new tab `+` button in the tab bar) will synthesize
entries with this action.
@ -33,3 +33,5 @@ return {
},
}
```
See also: [DetachDomain](DetachDomain.md)

View File

@ -30,3 +30,5 @@ return {
}
```
See also: [AttachDomain](AttachDomain.md)