Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MoveFocusOrTab does not switch tab when a pane is in fullscreen #3434

Open
eproxus opened this issue Jun 20, 2024 · 0 comments
Open

MoveFocusOrTab does not switch tab when a pane is in fullscreen #3434

eproxus opened this issue Jun 20, 2024 · 0 comments

Comments

@eproxus
Copy link

eproxus commented Jun 20, 2024

Issue description

When having two tabs, with the first having two panes of which one is in fullscreen, pressing Alt does not move to the second tab.

The following keybinding from the default bindings:

    shared_except "locked" {
		// ...
        bind "Alt h" "Alt Left" { MoveFocusOrTab "Left"; }
        bind "Alt l" "Alt Right" { MoveFocusOrTab "Right"; }
        // ...
    }

seems to not work when a pane is in fullscreen, even though there is another tab to switch to. Going to fullscreen does not automatically enter locked mode so I had the expectation that this would work.

Minimal reproduction

  1. Create two tabs
  2. In the first tab, create two panes
  3. Make the first pane fullscreen
  4. Press Alt+Right
    • Expected: The second tab is focused
    • Actual: nothing happens

Other relevant information

Zellij: 0.40.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant