Skip to content

Commit d59a0cc

Browse files
committed
Document R-free commands in README
1 parent 38986ef commit d59a0cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ features:
99
context and knows about partials, fixtures, and much more. There are
1010
two commands, `:A` (alternate) and `:R` (related) for easy jumping
1111
between files, including favorites like model to schema, template to
12-
helper, and controller to functional test. For more advanced usage,
13-
`:Rmodel`, `:Rview`, `:Rcontroller`, and several other commands are
14-
provided. `:help rails-navigation`
12+
helper, and controller to functional test. Commands like `:Emodel`,
13+
`:Eview`, `:Econtroller`, are provided to `:edit` files by type, along
14+
with `S`, `V`, and `T` variants for `:split`, `:vsplit`, and
15+
`:tabedit`. `:help rails-navigation`
1516

1617
* Enhanced syntax highlighting. From `has_and_belongs_to_many` to
1718
`distance_of_time_in_words`, it's here. For easy completion of these

0 commit comments

Comments
 (0)