translated HH L 0 and $ actions (#30808)
This commit is contained in:
committed by
Randell Dawson
parent
66a8b62bf7
commit
76e89818cc
@ -29,14 +29,14 @@ En resumen:
|
|||||||
b moves to the beginning of the previous word
|
b moves to the beginning of the previous word
|
||||||
e moves to the end of the current word
|
e moves to the end of the current word
|
||||||
|
|
||||||
0 moves to the beginning of the current line
|
0 mueve al principio de la linia
|
||||||
$ moves to the end of the current line
|
$ mueve al final de la linia
|
||||||
:n moves to line n (ex. :23 moves to line 23) can also use nG
|
:n mueve a la linia n (por ejemplo, :5 va a linia 5)
|
||||||
|
|
||||||
ZZ moves to the center of the line your on
|
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
|
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
|
gg moves to the first line in the file
|
||||||
G moves to the last line in the file
|
G moves to the last line in the file
|
||||||
|
Reference in New Issue
Block a user