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

Can't use 'Next' and 'Prev' with ActivatePaneDirection #6522

Open
winiciusallan opened this issue Dec 29, 2024 · 0 comments
Open

Can't use 'Next' and 'Prev' with ActivatePaneDirection #6522

winiciusallan opened this issue Dec 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@winiciusallan
Copy link

What Operating System(s) are you seeing this problem on?

macOS

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

20240203-110809-5046fc22

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

No, and I'll explain why below

Describe the bug

The documentation says that this feature is enabled to 20220101-133340-7edc5b5a or a newer version.

To Reproduce

No response

Configuration

local act = wezterm.action
local keys = {
    { key = ']', mods = 'SUPER|SHIFT', action = act.ActivatePaneDirection('Next') }, 
    { key = '[', mods = 'SUPER|SHIFT', action = act.ActivatePaneDirection('Prev') }
}


return {
keys = keys
}

### Expected Behavior

The key bind should alternate between panes in a cycle direction.

### Logs

_No response_

### Anything else?

_No response_
@winiciusallan winiciusallan added the bug Something isn't working label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant