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

"Select next sibling" does not honor select mode. #6535

Closed
askreet opened this issue Apr 1, 2023 · 1 comment
Closed

"Select next sibling" does not honor select mode. #6535

askreet opened this issue Apr 1, 2023 · 1 comment
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue

Comments

@askreet
Copy link
Contributor

askreet commented Apr 1, 2023

Summary

I'm not sure if this is intended behavior, but it feels inconsistent with other available commands.

Given a piece of code like:

struct Foo {
    id: usize,
}

impl Foo {
    // some fns
}

Reproduction Steps

I tried this:

With my cursor anywhere within the definition of the Foo struct.

  • A-o until I have selected the struct definition.
  • v
  • A-n

I expected this to happen:

My selection to expand to the end of the implementation of Foo.

Instead, this happened:

My selection changed to the implementation of Foo.

Helix log

~/.cache/helix/helix.log N/A.

Platform

Windows native and WSL at the moment

Terminal Emulator

Windows Terminal

Helix Version

custom build

@askreet askreet added the C-bug Category: This is a bug label Apr 1, 2023
@the-mikedavis
Copy link
Member

Duplicate of #1999

@the-mikedavis the-mikedavis marked this as a duplicate of #1999 Apr 2, 2023
@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2023
@the-mikedavis the-mikedavis added the R-duplicate Duplicated issue: please refer to the linked issue label Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

2 participants