topfunky / PeepOpen-Issues

Bug reports and feature requests for the PeepOpen application
http://peepcode.com/products/peepopen
41 stars 1 forks source link

User --remote to open files in MacVim instead of 'open -a MacVim' #171

Open nico opened 13 years ago

nico commented 13 years ago

Currently, PeepOpen wants me to change the MacVim prefs to "Open files form applications: in the current window, and set the argslist". I don't want to change this preference.

Instead, the vim plugin could pass the output of :echo v:servername to PeepOpen, and then open the selected file via mvim --remote $servername $filename. This should do the trick as well and doesn't require changing macvim prefs.

ches commented 13 years ago

Big +1 for this.

tslocke commented 13 years ago

Another +1 @topfunky. This is pretty much a deal-breaker right now.