Noticed that wezterm had the wezterm cli get-pane-direction DIRECTION option, meaning we can automatically get the pane id of a relative pane.
For now just added the option to set a default direction, since that is how I typically use it (i.e. I usually always have vim to the left and a repl to the right).
But maybe it would be nice to allow for a relative direction in the prompt also instead of inserting the id in the case of a relative direction in the default setting.
For now I just wanted to push this since I added it locally for me to use.
Noticed that wezterm had the
wezterm cli get-pane-direction DIRECTION
option, meaning we can automatically get the pane id of a relative pane.For now just added the option to set a default direction, since that is how I typically use it (i.e. I usually always have vim to the left and a repl to the right). But maybe it would be nice to allow for a relative direction in the prompt also instead of inserting the id in the case of a relative direction in the default setting.
For now I just wanted to push this since I added it locally for me to use.