From f704c84c127623e62880c32443cb850b675f8434 Mon Sep 17 00:00:00 2001 From: Rabin Poudyal Date: Thu, 27 Aug 2020 22:17:32 +0545 Subject: [PATCH 1/2] Update ch3_opening_and_searching_files.md --- ch3_opening_and_searching_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch3_opening_and_searching_files.md b/ch3_opening_and_searching_files.md index f34b18a..ea550ca 100644 --- a/ch3_opening_and_searching_files.md +++ b/ch3_opening_and_searching_files.md @@ -30,7 +30,7 @@ You can use `**` to search recursively. If you want to look for all `*.md` files ``` :edit **/*.md ``` -`: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 manager (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/ From f6abc04ab1a740f4e23d1b341f6c51b7ef784c5e Mon Sep 17 00:00:00 2001 From: Rabin Poudyal Date: Thu, 27 Aug 2020 22:20:41 +0545 Subject: [PATCH 2/2] Update ch3_opening_and_searching_files.md --- ch3_opening_and_searching_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch3_opening_and_searching_files.md b/ch3_opening_and_searching_files.md index ea550ca..83f7956 100644 --- a/ch3_opening_and_searching_files.md +++ b/ch3_opening_and_searching_files.md @@ -30,7 +30,7 @@ You can use `**` to search recursively. If you want to look for all `*.md` files ``` :edit **/*.md ``` -`:edit` can be used to run `netrw`, Vim's built-in file manager (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/