Y
Hacker News
new
|
ask
|
show
|
jobs
by
lysis
4067 days ago
Why do you create a new window to maximize a pane [1] instead of using resize-pane -Z (mapped to bind-key z by default)?
[1]:
https://github.com/jbnicolai/tmux/blob/master/.tmux.conf#L96
1 comments
jbnicolai
4067 days ago
Because <Leader-Z> didn't exist in the latest version of tmux at the time. I've removed it now though, thanks!
link