-
Notifications
You must be signed in to change notification settings - Fork 633
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
Rename goto_split
top/bottom directions to up/down.
#3427
Rename goto_split
top/bottom directions to up/down.
#3427
Conversation
b1ad8f4
to
22fb12c
Compare
22fb12c
to
8cbf8d5
Compare
Thanks this looks good but I'm a bit worried now that we're released about backwards compatibility. Let me think about that. |
Here's a small patch which would retain "top" and "bottom" as aliases of the new "up" and "down" directions if that's the direction you'd like to go. I agree that breaking backwards compatibility 2 days post-launch is probably not ideal.
|
Thanks. It might be easier to actually implement a custom Please add tests for that as well. Thank you! |
Fantastic. Thank you! |
Documentation for goto_split was just added in #4388 which is out of date as of this being merged (assuming new names should be in the documentation instead of legacy top/bottom) |
In ghostty-org#4388, documentation was added for goto_split but in ghostty-org#3427 this documentation was made outdated but not updated. This makes the documentation up to date and brings the ordering in line with new_split
Renames the top/bottom directions of
goto_split
to up/down. I have tested this on linux (nixos) but given thatgoto_split
is broken on linux anyway (#2866) there's not a whole lot to test.I have no way to build on macOS so I can't verify that I've changed everything correctly for that.
Closes #3237