From dbba1d9f564c9d5aef42c7ff1b4bda05832fa092 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 30 Sep 2025 20:55:19 +0200 Subject: [PATCH] fix(wezterm): disable multiplexing --- .config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index e58b6fe..d567bdf 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -2,7 +2,7 @@ local wezterm = require("wezterm") local config = wezterm.config_builder() -local ENABLE_MULTIPLEXING = true +local ENABLE_MULTIPLEXING = false -- quickstart: https://wezfurlong.org/wezterm/config/files.html -- spec: https://wezfurlong.org/wezterm/config/lua/general.html