Como he dicho antes, el modo insert es el que usamos para escribir texto, pero para hacer magia tenemos el modo normal.
As I said before insert mode is the one we use to introduce text, but to make use of the magic that Vim is known for we have to take a look at normal mode.
NOTA ☞ Con P-touch Editor 3.2, el texto siempre se escribe en modo Insert.
NOTE ☞ With P-touch Editor 3.2, text is always typed in using the insert mode.
No obstante, al salir del modo Insert, el texto que se haya escrito sustituirá cualquier texto existente en la posición del cursor.
However, by exiting Insert mode, the text that you type replaces any existing text at the cursor's position.
Edite los datos. j l k m: mueve el cursor a la izquierda, derecha, arriba o abajo respectivamente. d: se puede utilizar para borrar caracteres. i: cambia entre el modo INSERT y el modo OVERWRITE. 4.
Edit the data. j l k m: move the cursor to left, right, up or down, respectively d: can be used to delete characters i: changes between the INSERT mode and the OVERWRITE mode 4.
Tecla Insert (i) Normalmente, se escribe el texto con el modo Insert, es decir, el texto que se escribe se inserta en un texto existente en la posición del cursor.
Insert key (i) Normally, text is entered with the Insert mode, in other words, the text that you type is inserted into any existing text at the cursor's position.
Cuando la Ptouch está en modo Insert, aparece el indicador Ins en el lado izquierdo de la pantalla.
When the P-touch is in Insert mode, the Ins indicator on the left side of the display comes on.
i: cambia entre el modo INSERT y el modo OVERWRITE.
i: changes between the INSERT mode and the OVERWRITE mode
NOTA Para entrar en el modo Insert: Pulse i.
To enter Insert mode: Press i.