I've been using nVim and tmux for a while now, but recently I've been having some problems. I seem to be getting some weird artifacts across my IDE which usually involve misplaced or duplicated lines.
Below, you can see an example of the problem:
On the left is some code of mine, and on the right is a Jest testing console. The vertical split is made with tmux and as you can see, on lines 2, 4, 15, 20, 22, 27, 29, 37 and lower, the content from the right pane is displaying on the left pane.
This is one example, but I also have been having problems with duplication of code etc.
Note, none of this code actually exists and I cannot select it. Sometimes I can get it to go away by going into VISUAL BLOCK
mode and selecting the messed up lines. This doesn't always work though.
Has anybody else had this issue? I can't tell if the problem lies with tmux, nvim or windows terminal.
tmux version: 3.0a
NVIM version: 0.7.0-dev
Windows Terminal version: 1.13.11431.0
Hope somebody can help me!
Please and thank you in advance ;)