keymap to select next matching word #9606
Replies: 6 comments
-
For languages with a language server running, you can use Otherwise, you can select a word, use |
Beta Was this translation helpful? Give feedback.
-
Yeah, that works. But I can't seem to find it in the documentation. Does that need to be added?
I can't seem to get this to work. But maybe I'm doing it wrong. |
Beta Was this translation helpful? Give feedback.
-
Ah yep this is missing from the space mode docs and should be added https://docs.helix-editor.com/master/keymap.html#space-mode You can try this in the languages.toml file in this repo: select "language" somewhere in the file, hit |
Beta Was this translation helpful? Give feedback.
-
I was about to suggest I would still love this feature as i'm used to it and there are also many other cursor manipulation commands described in the docs which might be of inspiration. On another topic, i wish there was a way to create selections / cursors from a regex search without having to select all of the file content first using |
Beta Was this translation helpful? Give feedback.
-
Is there any updates or workarounds for this? I love to use |
Beta Was this translation helpful? Give feedback.
-
Perhaps a sensitive-case flag would be useful when invoking search pattern when typing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In VSCode, we have the keymap
ctrl+d
. It will find and select the next word that matches the currently selected word.It is possible to do this within the current editor's features. You would have to select the entire text block, use
ctrl+s
, and search for the word you want to select. But this is not as clean or simple.I am willing to implement the feature myself.
Beta Was this translation helpful? Give feedback.
All reactions