Vim Xcode integrationEdit
.vimrc
configuration
.m
files are Objective-C, not Matlab
.m
files are Objective-C, not Matlablet filetype_m='objc'
External resources
Goto system settings from the application menu, choose the file type preferences tab, expand the tree from file->text->sourcecode and change it to vim as an external editor
- http://tech.groups.yahoo.com/group/vim-mac/message/5671: notes on special Xcode integration features in MacVim
- http://lists.apple.com/archives/xcode-users/2007/Apr/msg00118.html: Xcode users mailing list post on opening in an external editor
- http://m0j0.wordpress.com/2007/03/22/vi-key-bindings-for-your-mac-apps/: On setting up Vi key bindings in Xcode or any other app that uses the Cocoa text system
- http://www.corsofamily.net/jcorso/vi/: The Input Manager hack referenced in the above article
- http://sg80bab.blogspot.com/2007/08/objective-c-syntax-in-gvim.html: On activating syntax coloring for Objective-C source files in Vim (
.m
files are interpreted as Matlab source files by default)
- http://www.glsoftware.net/blog/archives/27-Integrating-Xcode-and-VIM.html: On using AppleScript to perform "Build" and "Clean" without leaving Vim.
Goto system settings from the application menu, choose the file type preferences tab, expand the tree from file->text->sourcecode and change it to vim as an external editor
- http://www.corsofamily.net/jcorso/vi/: The Input Manager hack referenced in the above article
.m
files are interpreted as Matlab source files by default)