Skip to content

Commit ba0b52d

Browse files
author
Bruno Sutic
committedFeb 10, 2015
Enable
1 parent b5a1c2a commit ba0b52d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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)

‎README.md

+3
Original file line numberDiff line numberDiff 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

‎sensible.tmux

+3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
Failed to load comments.