tmux : auto resize to smallest attached client.

This commit is contained in:
Dmitry Voronin 2023-12-09 01:10:04 +03:00
parent ed7c025535
commit 376c6196d1

View file

@ -53,6 +53,9 @@ bind -n M-P paste-buffer
bind -T copy-mode-vi v send -X begin-selection bind -T copy-mode-vi v send -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy" bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"
# Resize to smallest client.
set -g window-size smallest
# statusbar # statusbar
set -g status-position bottom set -g status-position bottom
set -g status-justify left set -g status-justify left