Here is a quick rundown on setting up tab completion in vim for RubyMotion. Configure ctags support Using ctags with vim can save us from typing really long class or method name by hand. RubyMotion already includes a rake task for generating ctags for a project, but first we need to ensure the proper ctags executable is installed in the system. ctags can be installed using a package manager. OSX u