From a08d0ec1f8fc4be908332bd40f87a3bf53b3d28c Mon Sep 17 00:00:00 2001 From: Ulmo Macias Date: Fri, 25 Sep 2020 14:02:50 -0500 Subject: [PATCH] Update ch03_opening_and_searching_files.md --- ch03_opening_and_searching_files.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ch03_opening_and_searching_files.md b/ch03_opening_and_searching_files.md index 81c7397..eda8e7e 100644 --- a/ch03_opening_and_searching_files.md +++ b/ch03_opening_and_searching_files.md @@ -106,11 +106,11 @@ Podrás estar pensando en añadir los directorios del proyecto entero así cuand Actualizar `path` solo te llevará unos segundos y haciendo esto te ahorrarás un montón de tiempo. -# Searching in Files with `:grep` +# Buscando en archivos con `:grep` -If you need to find in files, you can use grep. Vim has two ways of doing that: -- Internal grep (`:vim`. Yes, it is spelled `:vim`. It is short for `:vimgrep`). -- External grep (`:grep`). +Si necesitas encontrar un archivo, puedes usar grep. Vim tiene dos maneras de hacer esto: +- grep interno (`:vim`. Sí, se deletrea `:vim`. Es el diminutivo para `:vimgrep`). +- grep externo (`:grep`). Let's go through internal grep first. `:vim` has the following syntax: