We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
macOS
No response
20240203-110809-5046fc22
No, and I'll explain why below
The documentation says that this feature is enabled to 20220101-133340-7edc5b5a or a newer version.
20220101-133340-7edc5b5a
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_
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: