From 488a5d919cddc7ab7e54f521ee0a2dd57bea235f Mon Sep 17 00:00:00 2001 From: Victorhck Date: Tue, 22 Sep 2020 12:31:57 +0200 Subject: [PATCH] =?UTF-8?q?empezar=20traducci=C3=B3n=20cap=C3=ADtulo=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch03_opening_and_searching_files.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ch03_opening_and_searching_files.md b/ch03_opening_and_searching_files.md index 83f7956..b9fff88 100644 --- a/ch03_opening_and_searching_files.md +++ b/ch03_opening_and_searching_files.md @@ -1,11 +1,11 @@ -# Opening and Searching Files +# Abrir y buscar archivos -The goal of this chapter is to introduce you to opening and searching files in Vim. Being able to search quickly is a great way to jump-start your Vim productivity. One reason it took me a long time to get onboard with Vim is because I didn't know how to find things quickly like many popular text editors. +El objetivo de este capítulo es adentrarte en el modo de abrir y buscar archivos en Vim. Ser capaz de buscar rápidamente es una gran manera de aumentar tu productividad en Vim. Una de las razones que me llevó mucho tiempo a empezar a usar Vim era que no sabía cómo encontrar cosas rápidamente como en los editores de texto más populares. -This chapter is divided into two parts. In the first part, I will show you how to open and search files without plugins. In the second part, I will show you how to open and search files with [FZF.vim](https://github.com/junegunn/fzf.vim) plugin. Feel free to jump to whichever section you need to learn. However, I highly recommend you to go through everything. With that said, let's get started! +Este capítulo está dividido en dos partes. En la primera parte, te enseñaré cómo abrir y buscar archivos sin necesidad de complementos extras. En la segunda parte, te enseñaré cómo abrir y buscar archivos con el complemento [FZF.vim](https://github.com/junegunn/fzf.vim). Sientete libre para saltar a la sección que necesites aprender. Sin embargo, te recomiendo encarecidamente que des un repaso a todo el capítulo ya que siempre se aprende algo (o se recuerda algo olvidado). Dicho esto, ¡empezemos! -# Opening and Editing Files with `:edit` -`:edit` is the simplest way to open a file in Vim. +# Abrir y editar archivos con `:edit` +`:edit` es la manera más simple de abrir un archivo en Vim. ``` :edit file.txt