Open paulwyszynski opened 1 month ago
I have the same issue. "tmux_show_only_in_active_window = true," does not work. I changed default options in the lua/image/init.lua directly and it works.
You mean here: ~/.local/share/nvim/lazy/image.nvim/lua/image
?
That didn't help either on my side. Did you kill tmux server, too?
No, I didn't kill tmux server.
Actually same with 3.5a I figured out, that this only happens if you have more than one tmux windows in a session and try to render images in markdown files at tmux window index > 1...
I guess the solution is the following if you're using kitty:
term xterm-kitty
in your kitty.confset -g default-terminal "${TERM}"
in your tmux.confStart a new session. Credits to YT
@xuwei152 Hey, tried to debug why the tmux_show_only_in_active_window
option didn't work, do you have more details?
It should do the same as setting it directly.
Hi,
I know this one was fixed previously, but I have the same issue with:
I have also the following settings in my neovim config. It should also hide when cursor is moved off of image, but the image is rendered forever. It gets only cleared after I detach and reattach to my tmux session.
My tmux.conf