1

Re: Allowing Ctrl+f in insert mode

I'd like to see allowing ctrl+f in insert mode to popup the visual studio find dialog.  The viemu one is great for finding in files but the vs one is better for more encompassing searches.  It'd be nice for that keyboard shortcut (and perhaps some others, though I can't think of any at the moment) to be available in insert mode.

Alex

2

Re: Allowing Ctrl+f in insert mode

:inoremap <c-f> <esc>:fd<return> will do what you want, but you'll be out of insert mode. You can probably end up in normal mode (if nothing found) or visual mode (if something found), at least in ViEmu/VS "Classic".