MuCommander

From Schmid.wiki
Jump to: navigation, search

Contents

Use Vim as muCommander Editor

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.

Mac OS X

Prerequisites

Configuration

MacVim as editor:

~/Library/Preferences/muCommander/preferences.xml
<editor>
   <use_custom>true</use_custom>
   <custom_command>mvim --remote-tab-silent $f</custom_command>
</editor>

Windows

Prerequisites

Configuration

<editor>
   <use_custom>true</use_custom>
   <custom_command>gvim --remote-tab-silent $f</custom_command>
</editor>
Personal tools