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

Add a new action to just select prev and next panes #6424

Open
diwasrimal opened this issue Nov 21, 2024 · 2 comments
Open

Add a new action to just select prev and next panes #6424

diwasrimal opened this issue Nov 21, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@diwasrimal
Copy link

Is your feature request related to a problem? Please describe.
Not exactly

Describe the solution you'd like
Creating new action(s) that lets people navigate through prev and next panes. This will allow people to just bind two keys to navigate through panes, instead of mapping four different ones. Most people like me with small screens will just use two or three panes at max. So an action to just cycle next/prev panes seems like a good feature to have.

Describe alternatives you've considered
I don't know of any

@diwasrimal diwasrimal added the enhancement New feature or request label Nov 21, 2024
@tlucanti
Copy link

Yes, this will be very helpful. I think it will be enough just to add two new ActivatePaneDirections: Clockwise and Counterclockwise. Or just Next and Prev (sorting by creation order).

@mgpinf
Copy link
Contributor

mgpinf commented Feb 10, 2025

You can use wezterm.action.ActivatePaneDirection 'Prev' and wezterm.action.ActivatePaneDirection 'Next' to achieve the desired result.

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

No branches or pull requests

3 participants