-
Couldn't load subscription status.
- Fork 100
Open
Description
Sensible should set the default-terminal and terminal-overrides to the $TERM environment variable.
The reason for this is that it is not recommended to change the $TERM variable, it is your terminal emulator that assigns it. For example, if you use kitty, it is xterm-kitty, and for alacritty it would be alacritty.
This is what sensible should set as the default:
set -g default-terminal "$TERM"
set -g terminal-overrides ",$TERM:Tc"
MartyMcFlyInTheSky, shaun-fitzgibbon, xav-ie and DovieWMartyMcFlyInTheSky and DovieW
Metadata
Metadata
Assignees
Labels
No labels