From f3bbecbe9e82b91f8ebddd7c7269892f3c7818e1 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 16 Jul 2019 15:11:14 -0700 Subject: [PATCH] document new way to start up wezterm+wsl --- docs/multiplexing.markdown | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/multiplexing.markdown b/docs/multiplexing.markdown index ae9ab1f74..0ec1c4263 100644 --- a/docs/multiplexing.markdown +++ b/docs/multiplexing.markdown @@ -77,17 +77,12 @@ socket_path = "/mnt/c/Users/USERNAME/.local/share/wezterm/sock" skip_permissions_check = true ``` -and then start the server: - -```bash -$ wezterm start --front-end MuxServer --daemonize -``` - In the host win32 configuration, use this snippet: ```toml [[unix_domains]] connect_automatically = true +serve_command = ["wsl", "wezterm", "start", "--daemonize", "--front-end", "MuxServer"] ``` Now when you start wezterm you'll be presented with a WSL tab.