We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d4c75 commit 9675253Copy full SHA for 9675253
tmuxp/cli.py
@@ -169,8 +169,8 @@ def set_layout_hook(session, hook_name):
169
# with the client
170
hook_cmd.append('selectw -t {}'.format(window.id))
171
# edit: removed -t, or else it won't respect main-pane-w/h
172
- hook_cmd.append('selectl'.format(window.id))
173
- hook_cmd.append('selectw -p'.format(window.id))
+ hook_cmd.append('selectl')
+ hook_cmd.append('selectw -p')
174
175
# unset the hook immediately after executing
176
hook_cmd.append(
0 commit comments