We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755aded commit 93a85fdCopy full SHA for 93a85fd
vim/read-in-the-contents-of-a-rails-file.md
@@ -5,8 +5,8 @@ quickly navigate to specific types of files with the `E` prefix. For
5
instance, `:Emodel` will scope you to just the models directory.
6
7
You can use this same approach with the `D` prefix. Instead of navigating to
8
-specified file though, this will read in the contents of that file into the
9
-current buffer.
+the specified file though, this will read in the contents of that file into
+the current buffer.
10
11
Do you need to copy and tweak the contents of a similar view? Open up your
12
new view file (e.g. `:Eview posts/edit.html.erb`) and then enter `:Dview
0 commit comments