I'm trying to write a simple mapping that will pre-populate the vim ex command line but leave the user there to execute the command on their own.
The use-case is for the user to type <leader>/foo which would then open the command line with :e **/foo and the user could either further refine, press ctrl-d to see possible matches, etc
