-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong direction #10
Comments
I have experienced the same thing; it seems to switch direction when a vertical split is added to a horizontal split. |
we should make a state diagram or statechart to see all the possible states and transition between them |
I can confirm this is an issue I’ve noticed. Haven’t gotten a chance to debug and see why this happening. In the meantime to resize Vim Tmux panes I’ve been swapping to the non-Vim Tmux pane and resizing it. That is my hack workaround. 😅 |
Fixed! a791fe5 There was already logic to prevent this when resizing up. Added condition when resizing down. |
On second review, the above commit only fixes the issue if Vim is only vertically split. I am still able to replicate the second half of GIF above with Vim split vertically and one side split horizontally. Will need to look further into this. |
Seems like the mapping switches direction at some point.
Not sure if I'm using it wrong
Here is a gif of the bahaviour
I use both of theese
with the default settings
also
with the default settings
The text was updated successfully, but these errors were encountered: