-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
support standard "ctrl-d" select-next-instance functionality (by whatever key-binding) #11995
Comments
You could create a keybinding for that.
Example
select, in the first line the prefix |
Thank you, TornaxO7 for the tip! |
@lineality enter visual mode with v before pressing n. So do something like:
|
@ntzm and @TornaxO7 Thank you so much for the tips. This is working for me (thanks to your tips!): modal equivalents of 'simple ctrl-d':(Note: I may not be using the terms 'highlight' and 'select' correctly.) General Command Elements:
Selection(Note: 'w' and 'e' seem to be the same)
Highlight-Next:n (or esc+n) = jump ahead to highlight the next instance of *-register-saved item Alternate:
reset: (?)
|
You can use , ( e and w are different in because e jumps to the end of the word and w jumps to the start of the next word. All these are described in the tutor if you haven't done that already, it's a good resource. |
Please support the standard "ctrl-d" select-next-instance functionality as is in:
et al.
The exact key-binding I do not care about at all, but having the ability to hit ~one key to select the next instance of highlighted text is the most useful function of all time. It is the function I most often use in every editor I use (except Helix doesn't have it). Please please please consider supporting it.
I love Helix and hope Helix thrives.
(I looked to see if this request existed, I did not find it; appologies if this is a repeat.)
Go Team Helix!
The text was updated successfully, but these errors were encountered: