Skip to content
New issue

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

tmux-sensible does not honor default-terminal #50

Open
hholst80 opened this issue Jul 6, 2019 · 2 comments
Open

tmux-sensible does not honor default-terminal #50

hholst80 opened this issue Jul 6, 2019 · 2 comments

Comments

@hholst80
Copy link

hholst80 commented Jul 6, 2019

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.

@bepoli
Copy link

bepoli commented Jul 10, 2019

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.

@edgauthier
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants