mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-21 17:08:36 +03:00

I make the following suggestion through a PR since I already tried this locally and have a branch ready: - Rename Split Horizontally to Split Right - Rename Split Vertically to Split Down Rationale: The terms horizontal and vertical are ambiguous in the context of splitting (does it mean the splitter is vertical, or are the panes organized vertically?) Different apps pick different interpretations, so people get confused. IntelliJ made the same change as above based on user feedback: https://youtrack.jetbrains.com/issue/IJPL-130991/Split-Vertically-and-Split-Horizontally-are-ambiguous-and-should-be-renamed Ghostty is using the left/right nomenclature in other menu items. In the codebase, SplitDirection is already left/right.