问题
I am able to use vim within Windows Ubuntu subsystem without issues.
Then when running Vim within tmux, and typing text most of the characters come up as weird squares with a quotation mark inside instead of the actual letter.[This is a screen shot of the vim text][1]
[I have a similar behaviour][2] within the console when highlighting text within tmux (Ctrl+b+[).
回答1:
The issue was related with setting the TERM within my bashrc like the following:
export TERM=screen-256color-bce
After commenting out that line, my Term was set to screen-256color and it just worked fine.
Not sure why that was causing it
来源:https://stackoverflow.com/questions/57063465/vim-tmux-wsl-shows-squares-and-strange-characters-when-navigating-doc