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

Feature: Allow MoveFocus to wrap #2071

Open
jemag opened this issue Jan 8, 2023 · 1 comment
Open

Feature: Allow MoveFocus to wrap #2071

jemag opened this issue Jan 8, 2023 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jemag
Copy link

jemag commented Jan 8, 2023

For example, if I am in this pane:
image

Wrapping would allow me to `MoveFocus "right" and still go to the pane on the left:
image

This is particularly useful in situations where there might be a high amount of panes such as this:
image
Now moving from pane#5 to pane#1 is as simple as moving the focus right.


This could be implemented in a number of ways, some possible options:

  • global config option (enable wrapping globally or not)
  • giving MoveFocus another parameterslike wrap
  • having a completely different action MoveFocusWrapped (this is probably overkill)
@imsnif imsnif added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 13, 2023
@raphCode
Copy link
Contributor

related / duplicate: #1444

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants