-
I want to create a unique key bind to open a floating pane and then resize it. My solution for now is:
Both work as expected. But there is a problem when I try to mix then, for example, I tried to put all commands in one key bind:
With this definition, firstly What I want: I want to press the key bind and get the floating pane resized at the first stage. Is this possible? If yes, what I am missing here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can kind of do it like this (replace 'bash' with your shell of choice):
Otherwise you can also do this through the CLI:
The |
Beta Was this translation helpful? Give feedback.
You can kind of do it like this (replace 'bash' with your shell of choice):
Otherwise you can also do this through the CLI:
The
NewPane
keybinding has unfortunately not caught up yet.