1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

Update docs/multiplexing.md

This commit is contained in:
Wez Furlong 2022-02-25 08:14:15 -08:00
parent 166de51683
commit 57bfc508f7

View File

@ -40,7 +40,8 @@ return {
{
-- This name identifies the domain
name = "my.server",
-- The address to connect to or the 'host' name from user's ssh config file
-- The hostname or address to connect to. Will be used to match settings
-- from your ssh config file
remote_address = "192.168.1.1",
-- The username to use on the remote host
username = "wez",