1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-08 17:48:01 +00:00
Files
til/vim/open-routes-files-with-vim-rails.md
2016-02-15 17:46:51 -06:00

13 lines
309 B
Markdown

# Open Routes File With vim-rails
You can quickly pop open the `config/routes.rb` file for a Rails project by
using the following command provided by
[`vim-rails`](https://github.com/tpope/vim-rails).
```
:Einit
```
This is a shortcut for opening initializer files the default of which is the
routes file.