Vim
Vim copied to clipboard
The search should continue on the line after cursor
Currently search function doesn't behave in the vim mode like it does in the vim itself.
- Search for any text on the current buffer, which occurs on multiple lines.
- Move cursor after the current selection so that it will also skip search result.
- Press n
The search will move cursor back to the skipped result.
The vim behavior: there is no currently highlighted found text in vim. If you move the cursor down, the search will continue to show results after current cursor position.