-
In vim, '*' can quick jump to next exact same word. In Helix, it can not work. the guide's method can only search word inside word. For example, I just want to search 'on', it will move to words like 'con', 'ton', etc. |
Beta Was this translation helpful? Give feedback.
Answered by
dlintw
Dec 8, 2023
Replies: 1 comment 2 replies
-
you can rebind * to include make search word bounded to have it work that way [keys.normal]
"*" = ["search_selection", "make_search_word_bounded"] |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simulate vim's * & # function, setup In config.toml