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:
|
En resumen:
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
h moves one character left
|
h se mueve para la izquierda
|
||||||
j moves one row down
|
j mueve para bajo
|
||||||
k moves one row up
|
k mueve para hariba
|
||||||
l moves one character right
|
l mueve para la derecha
|
||||||
|
|
||||||
w moves to the beginning of the next word
|
w moves to the beginning of the next word
|
||||||
b moves to the beginning of the previous word
|
b moves to the beginning of the previous word
|
||||||
|
Reference in New Issue
Block a user