fix(image): images not being inlined inside tmux

This commit is contained in:
e2r2fx 2025-04-08 13:58:41 -04:00
parent bc0630e43b
commit b9b94088dc

View file

@ -31,6 +31,8 @@ local environments = {
{
name = "tmux",
env = { TERM = "tmux", TMUX = true },
supported = true,
placeholders = true,
setup = function()
pcall(vim.fn.system, { "tmux", "set", "-p", "allow-passthrough", "all" })
end,