File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 33### master
44- bugfix in ` key_binding_not_set ` : the regex is now properly detecting key
55 bindings with ` -r ` flag.
6+ - enable ` aggressive-resize `
67
78### v2.1.0, 2014-12-12
89- check before binding ` prefix + prefix ` (@m1foley )
Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ Inspired by [vim-sensible](https://github.com/tpope/vim-sensible).
5151 # focus events enabled for terminals that support them
5252 set -g focus-events on
5353
54+ # super useful when using "grouped sessions" and multi-monitor setup
55+ setw -g aggressive-resize on
56+
5457### Key bindings
5558
5659 # easier and faster switching between next/prev window
Original file line number Diff line number Diff line change @@ -110,6 +110,9 @@ main() {
110110 # focus events enabled for terminals that support them
111111 tmux set-option -g focus-events on
112112
113+ # super useful when using "grouped sessions" and multi-monitor setup
114+ tmux set-window-option -g aggressive-resize on
115+
113116 # ALMOST SENSIBLE OPTIONS - DEPRECATED
114117
115118 if almost_sensible_on; then
You can’t perform that action at this time.
0 commit comments