Support resizing layouts #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using layouts with remote sessions the local terminal window size may differ. This can cause layouts to have incorrectly sized splits. Newer versions of
tmux
support the provision of a percentage to thesplit-pane
command, e.g.:Update the
layout
command to take-r
/--refresh
flag, which should be passed on to layout scripts, to activate the necessaryresize-pane
commands and make the layout as if freshly created.