Skip to content

KONDENSATOR/cocoa.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickly install with:

mkdir cocoa.vim
cd !$
git clone git://github.com/msanders/cocoa.vim.git
cp -r . ~/.vim

Remove annoying "is a web application downloaded from the internet" prompt when viewing docs with:

cd /Library/Developer/Shared/Documentation/DocSets
sudo xattr -rd com.apple.quarantine *.docset

To allow custom Cmd-b key binding (to issue 'Build' in the Xcode), put the following in the .gvimrc:

if has("gui_macvim")
	macmenu &Tools.Make key=<nop>
endif

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 87.6%
  • Python 11.1%
  • Objective-C 1.1%
  • Shell 0.2%