commit 0836c9763b7d09a56ece8bbc5a8863c7e634dc97
parent aebb85d0a1f730c2fe01501f91200a64a90d6249
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Thu, 21 Apr 2016 09:38:15 -0700
enable aggressive-resize
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf
@@ -67,6 +67,10 @@ bind C-Space copy-mode
# zoom pane
bind -r z resize-pane -Z
+# resize window to smallest client actually viewing it
+setw -g aggressive-resize on
+# list all clients with <prefix> D and deselect with <enter>
+
bind R source-file ~/.tmux.conf \; display "Source file reloaded"
set -g base-index 1 # start window numbering at 1