Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 516 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 516 Bytes

ctrlp-rails.vim

This is a ctrlp.vim extension that allows you to open your Rails app files easily. For now, this plugin provides:

  • :CtrlPModels
  • :CtrlPControllers
  • :CtrlPViews
  • :CtrlPLibs
  • :CtrlPSpecs
  • :CtrlPMigrations

Installation

Vundle

Bundle 'kien/ctrlp.vim'
Bundle 'iurifq/ctrlp-rails.vim'

NeoBundle

NeoBundle 'iurifq/ctrlp-rails.vim', {'depends' : 'kien/ctrlp.vim' }

Vim-plug

Plug 'iurifq/ctrlp-rails.vim' | Plug 'kien/ctrlp.vim'