mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-07 02:16:34 +00:00
Merge pull request #1337 from mitchellh/split-dir
macos: select split above/below should go to correct split when nested
This commit is contained in:
@@ -54,10 +54,10 @@ extension Ghostty {
|
||||
|
||||
let node: SplitNode
|
||||
switch (direction) {
|
||||
case .previous, .bottom, .left:
|
||||
case .previous, .top, .left:
|
||||
node = container.bottomRight
|
||||
|
||||
case .next, .top, .right:
|
||||
case .next, .bottom, .right:
|
||||
node = container.topLeft
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user