Some background: I usually use Vim on Ubuntu for opening files because you can right click and choose "open with Vim". I have been experimenting with Vim on the Windows subsystem for Linux.
To open a file on the Windows subsystem for Linux the only way seems to be to navigate to the directory using the bash terminal and type vim filename.extension. This is very inefficient for my work flow. Is there any way to get an "open with Vim" option using the Windows Subsystem for Linux?