From 76e89818ccbeb60ef8482363bcee0f317b88f73b Mon Sep 17 00:00:00 2001 From: Arturo Lopez <32808760+alopez96@users.noreply.github.com> Date: Tue, 13 Aug 2019 07:14:03 -0700 Subject: [PATCH] translated HH L 0 and $ actions (#30808) --- guide/spanish/vim/navigation/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide/spanish/vim/navigation/index.md b/guide/spanish/vim/navigation/index.md index 8dff2e55ad..27654492ae 100644 --- a/guide/spanish/vim/navigation/index.md +++ b/guide/spanish/vim/navigation/index.md @@ -29,14 +29,14 @@ En resumen: b moves to the beginning of the previous word e moves to the end of the current word - 0 moves to the beginning of the current line - $ moves to the end of the current line - :n moves to line n (ex. :23 moves to line 23) can also use nG + 0 mueve al principio de la linia + $ mueve al final de la linia + :n mueve a la linia n (por ejemplo, :5 va a linia 5) ZZ moves to the center of the line your on - H moves to the top of the screen + H mueve al principio de la pagina M moves to the middle of the screen - L moves to the bottom of the screen + L mueve al final de la pagina gg moves to the first line in the file G moves to the last line in the file