We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro:
$ tmux $ echo $TERM screen $ tmux -V tmux 2.8 $ tmux show-option -sv default-terminal screen $ grep default ~/.tmux.conf $ $ tmux set-option -s default-terminal screen-256color $ tmux show-option -sv default-terminal screen-256color $
Not sure how to fix this in an easy way.
The text was updated successfully, but these errors were encountered:
Happens to me as well. I want to add that new windows have the correct $TERM variable, so only the first window of the session is affected.
Sorry, something went wrong.
Happens to me as well.
Adding set -g default-terminal "screen-256color" earlier in my .tmux.conf file seems to fix it for the first pane.
set -g default-terminal "screen-256color"
fix: TERM variable glitching out Tmux
095a228
Could be related to this issue: tmux-plugins/tmux-sensible#50 Also relevant: https://stackoverflow.com/questions/45931164/duplicated-characters-and-non-updating-input-using-tmux-in-zsh
No branches or pull requests
Repro:
Not sure how to fix this in an easy way.
The text was updated successfully, but these errors were encountered: