Merge pull request #12 from rabinpoudyal/patch-1

Update ch3_opening_and_searching_files.md
This commit is contained in:
Igor Irianto 2020-08-27 12:32:53 -05:00 committed by GitHub
commit 6ae155b1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ You can use `**` to search recursively. If you want to look for all `*.md` files
``` ```
:edit **/*.md<tab> :edit **/*.md<tab>
``` ```
`:edit` can be used to run `netrw`, Vim's built-in text editor (I will cover this later in this chapter). To do that, give `:edit` a directory argument instead of file. For example: `:edit` can be used to run `netrw`, Vim's built-in file explorer (I will cover this later in this chapter). To do that, give `:edit` a directory argument instead of file. For example:
``` ```
:edit . :edit .
:edit test/unit/ :edit test/unit/