translate h j k l actions to Spanish (#30806)
This commit is contained in:
committed by
Randell Dawson
parent
b62d7df4a3
commit
66a8b62bf7
@ -20,10 +20,10 @@ Hay muchas formas de mover el cursor en Vim, pero estos movimientos básicos per
|
||||
En resumen:
|
||||
|
||||
```vim
|
||||
h moves one character left
|
||||
j moves one row down
|
||||
k moves one row up
|
||||
l moves one character right
|
||||
h se mueve para la izquierda
|
||||
j mueve para bajo
|
||||
k mueve para hariba
|
||||
l mueve para la derecha
|
||||
|
||||
w moves to the beginning of the next word
|
||||
b moves to the beginning of the previous word
|
||||
@ -41,4 +41,4 @@ h moves one character left
|
||||
gg moves to the first line in the file
|
||||
G moves to the last line in the file
|
||||
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user