bronson / vim-visual-star-search

Start a * or # search from a visual block
http://got-ravings.blogspot.com/2008/07/vim-pr0n-visual-search-mappings.html
181 stars 36 forks source link

Operator pending mapping #14

Open fenuks opened 2 years ago

fenuks commented 2 years ago

It would be nice to have operator pending mapping, to search for content of text object, e.g. s*i' would search for text inside quotes (it doesn't have to be mapped as s*, probably there is better option). Currently, it can be done with vi'*, but native mapping would be more convenient.