mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Fix a typo in the latest til
This commit is contained in:
@@ -5,8 +5,8 @@ quickly navigate to specific types of files with the `E` prefix. For
|
|||||||
instance, `:Emodel` will scope you to just the models directory.
|
instance, `:Emodel` will scope you to just the models directory.
|
||||||
|
|
||||||
You can use this same approach with the `D` prefix. Instead of navigating to
|
You can use this same approach with the `D` prefix. Instead of navigating to
|
||||||
specified file though, this will read in the contents of that file into the
|
the specified file though, this will read in the contents of that file into
|
||||||
current buffer.
|
the current buffer.
|
||||||
|
|
||||||
Do you need to copy and tweak the contents of a similar view? Open up your
|
Do you need to copy and tweak the contents of a similar view? Open up your
|
||||||
new view file (e.g. `:Eview posts/edit.html.erb`) and then enter `:Dview
|
new view file (e.g. `:Eview posts/edit.html.erb`) and then enter `:Dview
|
||||||
|
|||||||
Reference in New Issue
Block a user