moveFocus to panel using number #8012

Open
opened 2026-01-31 01:18:38 +00:00 by claunia · 0 comments
Owner

Originally created by @chanwai1219 on GitHub (May 8, 2020).

Description of the new feature/enhancement

Hi, currently terminal only support moveFocus to up/down/left/right. How can I config to support move focus to panel using number?

Proposed technical implementation details (optional)

For example, the terminal window is spitted to following panels 1,2,3 and 4

| 1 | 2 |

| 3 | 4 |

I wan to jump between panel using moveFoucus #panel. eg
When focus on panel 1, I want to move to 4 using moveFocus 4 to jump to panel 4. Instead of moveFocus down and moveFocus right.

Originally created by @chanwai1219 on GitHub (May 8, 2020). # Description of the new feature/enhancement Hi, currently terminal only support moveFocus to up/down/left/right. How can I config to support move focus to panel using number? # Proposed technical implementation details (optional) For example, the terminal window is spitted to following panels 1,2,3 and 4 -------- | 1 | 2 | -------- | 3 | 4 | -------- I wan to jump between panel using moveFoucus #panel. eg When focus on panel 1, I want to move to 4 using moveFocus 4 to jump to panel 4. Instead of moveFocus down and moveFocus right.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8012