Is there a way to click a link in Firefox and open a file in an existing VIM session?
- by btelles
Hi there,
I know it's possible to open links in an html page (let's say, if you're using Firefox) with TextMate if the link has this format:
<a href="txmt://open?url=file:///home/.../index.html.haml">View</a>
But is it possible to do a similar thing with VIM? Perhaps like so:
<a href="vim://open?url=file:///home/.../index.html.haml">View</a>
Ideally this would use an existing VIM session.
Cheers,
Bernie