Saltar al contenido

salir de vim sin guardar el ejemplo de código

Ejemplo 1: salir de vim

Press Esc key: This is very important, because you must exit the edit mode first before typing the exit command(s). Next, you can type one of the following commands:
:q (yes, the colon is included in the command) – This will quit the editor
:q! – Quit Vim without saving the data file
:wq – Save the file and exit Vim
And then press the Enter key

Ejemplo 2: vim descarta los cambios y sale del comando

Vim editor:
Insert: hit I key
Discard and exit: esc q!
Save and exit: esc qw
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *