I'm looking to rebind a key to search for the text selected by the selection when I'm in "visual insert" mode (aka "selection mode"). I'm using this mode because that's what happens when you include the mswin.vim file.
I've found a ton of stuff which seems to almost work, such as
but these all seem to apply to the plan visual mode, rather than the visual insert mode. As near as I can tell when one is operating in visual insert mode typing anything replaces the selection with what one just typed which I think is interfering with the vimscript snippets that I find here and there.