dreamsofcode-io / tmux

495 stars 90 forks source link

Update `setoption -sa` to `setoption -gsa` to make it work with newer versions of tmux #8

Closed lynx-xdg closed 1 month ago

lynx-xdg commented 1 month ago

I used your config and noticed a couple of errors when using it with tmux 3.4

changing the first line from

set-option -sa terminal-overrides ",xterm*:Tc"

to

set-option -gsa terminal-overrides ",xterm*:Tc"

seemed to fix the issue