mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-05 00:00:26 +00:00
Merge pull request #12 from rabinpoudyal/patch-1
Update ch3_opening_and_searching_files.md
This commit is contained in:
commit
6ae155b1c8
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user