PROPOSAL : Command to allow for pane size customization #1
Loading…
Reference in a new issue
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?
propose a size command that takes two arguments: the name of a pane and the size (in cells) to set.
this should be possible to run from within a bunkdeck session, or from without.
accepted pane names are
proclaim
- sets height (from bottom) of lower left paneheed
- sets depth (from top) of upper left panechat
- sets width (from left) of combined left panestilde
- sets width (from right) of right pane. this name is not great`` - gives help for size command
example
bunkdeck size proclaim 10
when run from outside of a bunkdeck session, creates or attaches to a session, targets the pane withproclaim
running and runs the tmux command:resize-pane -U 10
Considerations:
this will require changing
bunkdeck
so that it names each pane to make them easier to targetthis is great let's do it!
i agree there's probably a better name for that pane than
tilde
-- maybeshell
?shell
works!i can put together a pr later today!
this is one step on the way to having something like user config for bunkchat
closed with 2815067b1cb869c768d9f8e0de1c4b9876e7be03