Searches the text highlighted in visual mode.
Map the provided <Plug> mappings to your preffered keys.
For example, bind * and # to search for currently highlighted text:
xmap * <Plug>(smart-visual-search-*)
xmap # <Plug>(smart-visual-search-#)Supports {count}* and {count}# to go straight to count-th occurrence.
Finds exact match of the highlighted text, include spaces and linebreaks.
Logical OR match any of the selected lines. Strip whitespaces.