fix(wezterm): disable multiplexing

This commit is contained in:
2025-09-30 20:55:19 +02:00
parent a8e7f0ffed
commit dbba1d9f56
+1 -1
View File
@@ -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