nix-community / home-manager

Manage a user environment using Nix [maintainer=@rycee]
https://nix-community.github.io/home-manager/
MIT License
7.13k stars 1.84k forks source link

tmux: Disable tmux-sensible by Default #6091

Open gen740 opened 6 days ago

gen740 commented 6 days ago

Description

In #5952, it was pointed out that tmux has changed how it handles shells, and because of this, the tmux.shell option doesn’t work properly unless tmux-sensible is turned off.

However, tmux-sensible hasn’t been updated for over two years, as mentioned here. Since it’s no longer actively maintained, keeping it enabled by default is becoming more of a problem.

This PR suggests turning off tmux-sensible by default to avoid these issues and improve usability.

Checklist

Maintainer CC

@rycee