Re: Fast file open?
In visual studio you can type ctrl-shift-g to open a filename listed under the cursor from your solution. A common trick then was to open a search dialog (ctrl-f) type the filename you are looking for and hitting ctrl-shift-g to load it. This is really handy when your project is large and your .h and .cpp files are spread out across different folders. Obviously ctrl-f no longer works (no big deal) with viemu, besides that is not the vi way.
I would like to replicate this somehow using the vi command mode. My thinking would be to make a script that maps say :open <file> to Edit.OpenFile. Is there an appropriate Vi command that I should be mapping this to and how do I go about making the script?
David