Fix todo about describing aggressive-resize

This commit is contained in:
Kenneth Benzie 2024-04-08 21:36:13 +01:00
parent 48f8514939
commit d4ec662477

View File

@ -35,8 +35,7 @@ if '[[ "$TMUX_VERSION" < "3.2" ]]' \
# Focus events enabled for terminals that support them # Focus events enabled for terminals that support them
set -g focus-events on set -g focus-events on
# TODO: Change this comment to something that explains the setting # Aggressively resize the chosen window to smallest/largest session
# super useful when using "grouped sessions" and multi-monitor setup
setw -g aggressive-resize on setw -g aggressive-resize on
# Start window & pane index at 1 # Start window & pane index at 1