zellij-org/zellij

Pane traversal with one tab open

Open

#1,444 opened on May 31, 2022

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Rust (32,593 stars) (1,191 forks)batch import
ease of usegood first issuehelp wanted

Description

When traversing panes within one tab in the multiplexer there is a case where I would like to see a small behaviour change. If we have one tab open and we jump to the right until there is no more panes I would expect that jumping right would place the cursor at the left most pane. As in :

|          |            | 
|          |         ▮  | # then pressing alt + l 
|          |            |
should be 

|          |            | 
| ▮        |            | 
|          |            |

This works well when we have multiple tabs open, it's just this edge case. Currently the cursor just stays in place and ignores the keyboard

Contributor guide