1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 326 forks source link

extend visual mode with search #90

Open mohitleo9 opened 10 years ago

mohitleo9 commented 10 years ago

first ! this plugin is awesome! I always wanted a visual mode in chrome and found it finally! I was wondering if you could provide something like vim visual mode search.. example I find something by pressing /someting and then enter the visual mode. right now all I can do to extend the selected region is navigate, would be greatly useful if I can extend it by pressing /sometingelse and then the region extends to the matches of the somethingelesblah (navigatable by n or N)

y2kbugger commented 9 years ago

I second a need for more motions/searching support in visual mode. would be really cool. Its not a breaking feature though.