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

option to configure wrapping on move #441

Closed
doongjohn opened this issue Feb 13, 2022 · 1 comment · Fixed by #452
Closed

option to configure wrapping on move #441

doongjohn opened this issue Feb 13, 2022 · 1 comment · Fixed by #452
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@doongjohn
Copy link

doongjohn commented Feb 13, 2022

is there any way to stop instead of wrapping back to the start/end when moving up/down?

@doongjohn doongjohn changed the title option to configure wraping on move option to configure wrapping on move Feb 13, 2022
@sayanarijit
Copy link
Owner

While it's possible to hack it using lua function calls, I guess, we can also add a built-in boolean flag (something like xplr.config.general.enforce_bounded_index_navigation) to disable this.

@sayanarijit sayanarijit added good first issue Good for newcomers help wanted Extra attention is needed labels Feb 26, 2022
sayanarijit added a commit that referenced this issue Feb 26, 2022
sayanarijit added a commit that referenced this issue Feb 26, 2022
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

Successfully merging a pull request may close this issue.

2 participants