From cc13247041d218c71f03c307ca74133e63817232 Mon Sep 17 00:00:00 2001 From: Victorhck Date: Sun, 24 Jan 2021 19:36:11 +0100 Subject: [PATCH] =?UTF-8?q?empezar=20traducci=C3=B3n=20cap=C3=ADtulo=2015?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch15_command-line_mode.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ch15_command-line_mode.md b/ch15_command-line_mode.md index 4ba29d6..6f8056c 100644 --- a/ch15_command-line_mode.md +++ b/ch15_command-line_mode.md @@ -1,7 +1,8 @@ -# Capítulo 15: Command-line Mode -In the last three chapters, you learned how to use the search commands (`/`, `?`), substitute command (`:s`), global command (`:g`), and external command (`!`). These are examples of command-line mode commands. +# Capítulo 15: El modo de línea de comando. -In this chapter, you will learn various tips and tricks for the command-line mode. +En los últimos tres capítulos, aprendiste cómo utilizar los comandos de búsqueda (`/`, `?`), sustitución (`:s`), el comando global (`:g`) y el comando externo (`!`). Estos son ejemplos de comandos para la línea de comandos. + +En este capítulo, aprenderás varios trucos para el modo línea de comandos. ## Entering and Exiting the Command-line Mode The command-line mode is a mode in itself, just like normal mode, insert mode, and visual mode. When you are in this mode, the cursor goes to the bottom of the screen where you can type in different commands.