tmux-plugins / tmux-sensible

basic tmux settings everyone can agree on
MIT License
1.73k stars 90 forks source link

Enable renumbering of windows #47

Open romagnolid opened 5 years ago

romagnolid commented 5 years ago

Update the numbering when a window is killed.

bruno- commented 5 years ago

Looks good. I'd go with just tmux set-option -g renumber-windows on, no need to check option_value_not_changed

romagnolid commented 5 years ago

Great, happy to hear that!