Replies: 1 comment
-
Thank you for the report. We don't have any immediate plans regarding it, but you can track the state of the issue here: https://youtrack.jetbrains.com/issue/VIM-2836/Search-doesnt-work-with-count |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose the cursor is in the beginning of the following line:
one two two three
On normal vim, I can search for the term "two" and stop at the second occurrence using
2/two<CR>
or/two<C-g><CR>
.None of this works in IdeaVim.
This is very useful when you are not simply jumping, but applying a command (like yanking or deleting) or recording a macro.
Beta Was this translation helpful? Give feedback.
All reactions