brenton-leighton / multiple-cursors.nvim

A multi-cursor plugin for Neovim that works in normal, insert/replace, or visual modes, and with almost every command
Apache License 2.0
152 stars 4 forks source link

Feat add jump next match #39

Closed brenton-leighton closed 4 months ago

brenton-leighton commented 4 months ago

Adds two commands:

Also renames the two previous search commands:

Also search commands are now case sensitive

aimuzov commented 4 months ago

Thanks!