tmux : auto resize to smallest attached client.
This commit is contained in:
parent
ed7c025535
commit
376c6196d1
|
@ -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
|
||||||
|
|
Reference in a new issue