-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Labels
new-featurePossible interesting new feature to be considered for implementation.Possible interesting new feature to be considered for implementation.
Metadata
Metadata
Assignees
Labels
new-featurePossible interesting new feature to be considered for implementation.Possible interesting new feature to be considered for implementation.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
jrjsmrtn commentedon Nov 9, 2018
As a workaround, I just realized that I could perform a
tmux resize-pane -Z
as the firstshell_command
of the pane I want zoomed...Blake-LeBlanc commentedon Feb 14, 2019
Would you provide an example? I'm trying to accomplish the same thing and the shell_command doesn't seem to be working... Thanks!
jrjsmrtn commentedon Feb 15, 2019
Blake-LeBlanc commentedon Feb 15, 2019
Thank you @jrjsmrtn! It's an odd thing... Whenever I manually type out the command in the terminal, the zoom happens as expected. But for some reason, whenever tmuxp includes the command as part of the shell_command, it doesn't seem to do anything even though I can clearly see the command was executed...
Maybe it has something to do with the "toggle", as you pointed out. I'll keep messing with it, thank you again for your quick reply!
UPDATE: I just noticed the version hosted by apt is only 1.3.5, I'll go another route to get the latest version to see if that helps!
UPDATE2: Now running 1.5.0 and the issue persists