Contents |
My approach uses the Vim server, to avoid constantly loading the executable. The --remote-silent-tab starts the server if it doesn't exist (without complaining about it) and loads the file in a tab.
MacVim as editor:
~/Library/Preferences/muCommander/preferences.xml <editor> <use_custom>true</use_custom> <custom_command>mvim --remote-tab-silent $f</custom_command> </editor>
<editor> <use_custom>true</use_custom> <custom_command>gvim --remote-tab-silent $f</custom_command> </editor>