From 039ddd14dc41ed14ed9ae352b0ec7192e53bfa28 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 28 May 2021 15:16:46 -0700 Subject: [PATCH] docs: note about WSL 2 not working with unix mux refs: https://github.com/microsoft/WSL/issues/5961 --- docs/multiplexing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/multiplexing.md b/docs/multiplexing.md index 5b77021e077..af361a61d45 100644 --- a/docs/multiplexing.md +++ b/docs/multiplexing.md @@ -129,6 +129,8 @@ return { ### Connecting into Windows Subsystem for Linux +*Note: this only works with WSL 1. [WSL 2 doesn't support AF_UNIX interop](https://github.com/microsoft/WSL/issues/5961)* + Inside your WSL instance, configure `.wezterm.lua` with this snippet: ```lua