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 support for extend_file_start and extend_file_end #11766

Open
hadronized opened this issue Sep 24, 2024 · 0 comments
Open

Add support for extend_file_start and extend_file_end #11766

hadronized opened this issue Sep 24, 2024 · 0 comments
Labels
C-enhancement Category: Improvements

Comments

@hadronized
Copy link
Contributor

hadronized commented Sep 24, 2024

In #6837, I added support for things like extend_to_first_nonwhitespace because we had goto_first_nonwhitespace without the extend version. Earlier, I realized we have goto_file_start and goto_file_end but we do not have the extend versions.

Helix has this nice thing of having select mode for users who prefer a mode for selecting, but it also has the possibility to adopt a more traditional Kakoune way of selections by using extend-versions of the regular motions, and I think we should close that gap as much as possible (I personally never use select mode, and have the two wanted actions bound to Gj and Gh in Kakoune).

I’m working on a PR.

@hadronized hadronized added the C-enhancement Category: Improvements label Sep 24, 2024
hadronized added a commit to hadronized/helix that referenced this issue Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

1 participant