Broken behaviour of nextInOrder and previousInOrder with keybinding #16442

Open
opened 2026-01-31 05:12:09 +00:00 by claunia · 0 comments
Owner

Originally created by @TimoKramer on GitHub (Jan 19, 2022).

Windows Terminal version

1.11.3471.0

Windows build number

10.0.18363.1832

Other Software

No response

Steps to reproduce

set these keybindings:

{ "command": { "action": "moveFocus", "direction": "previousInOrder" }, "keys": "ctrl+shift+[" },
{ "command": { "action": "moveFocus", "direction": "nextInOrder" }, "keys": "ctrl+shift+]" },

set up panes in a window that are besides and above each other.

Expected Behavior

with "ctrl+shift+]" you should be able to cycle through each one of them all one at a time. Same with "ctrl+shift+]". It should work the same way like when you do it via popup menu ("ctrl+shift+p").

Actual Behavior

it only cycles the panes left/right and the panes that are under another are not reachable.

Originally created by @TimoKramer on GitHub (Jan 19, 2022). ### Windows Terminal version 1.11.3471.0 ### Windows build number 10.0.18363.1832 ### Other Software _No response_ ### Steps to reproduce set these keybindings: ``` { "command": { "action": "moveFocus", "direction": "previousInOrder" }, "keys": "ctrl+shift+[" }, { "command": { "action": "moveFocus", "direction": "nextInOrder" }, "keys": "ctrl+shift+]" }, ``` set up panes in a window that are besides and above each other. ### Expected Behavior with "ctrl+shift+]" you should be able to cycle through each one of them all one at a time. Same with "ctrl+shift+]". It should work the same way like when you do it via popup menu ("ctrl+shift+p"). ### Actual Behavior it only cycles the panes left/right and the panes that are under another are not reachable.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#16442