A simple plugin to enable * and # searching selected text from Visual mode
Seriously?
Well, include the following lines in your .vimrc -
letg:visualstar_mappings_disabled=1xmapA<Plug>(VisualstarSearch-*)xmapB<Plug>(VisualstarSearch-#)And replace A and B with whatever you have mapped to * and #
Q. Are there any hidden features?
No no, I will not tell you that there is a <Plug>(VisualstarSearchReplace) that can be used in nmap and xmap mappings. 😉