Merge pull request #12 from rabinpoudyal/patch-1

Update ch3_opening_and_searching_files.md
pull/14/head
Igor Irianto 4 years ago committed by GitHub
commit 6ae155b1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ You can use `**` to search recursively. If you want to look for all `*.md` files
```
: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 test/unit/

Loading…
Cancel
Save