24 Jan 2008 12:30
Re: Edit in MacVim
Hi there, I'm new to the group, found you through a search to find if I could get an Input Manager to work with Vim. Now happily using MacVim, and eager to get my old TextMate tric working with "Edit in MacVim". I ran the instructions as quoted below but nothing happened. However, when I had mounted the disk image for the input manager again, the command ran, but trying to launch the copy of Vim which is in the disk image with the Input Manager. Unmounting the disk image renders the plug-in inoperative again. I have had a look in the InputManager package, but presume the actual code that launches the app is in the binary file? Hope that helps shed some light. Nigel > - Download the latest MacVim, we used snapshot 0712B. Install to the / > Applications directory. Open it. > > - Download and mount the disk image from http://slashpunt.org/vim/index.php?n=Main.Download > > - From the Terminal, do: > defaults write org.slashpunt.edit_in_odbeditor > ODBEditorBundleIdentifier "org.vim.MacVim" > defaults write org.slashpunt.edit_in_odbeditor ODBEditorName MacVim > sudo mkdir /Library/InputManagers(Continue reading)
> - Download the latest MacVim, we used snapshot 0712B. Install to the /
> Applications directory. Open it.
I have MacVim in /Application/some/subdirectory, works fine as well.
> - From the Terminal, do:
> defaults write org.slashpunt.edit_in_odbeditor
> ODBEditorBundleIdentifier "org.vim.MacVim"
> defaults write org.slashpunt.edit_in_odbeditor ODBEditorName MacVim
My "normal" user doesn't have admin rights. In this case, the two
lines above have to be done as "normal" user.
> sudo mkdir /Library/InputManagers
> sudo cp -pR "/Volumes/Vim/Edit in ODBEditor" /Library/InputManagers
> sudo chown -R root:admin /Library/InputManagers
These three have to be done as admin.
RSS Feed