How do I quit Vim??

Post Reply
M3M3N70
Posts: 8
Joined: Thu Sep 05, 2024 8:05 pm

How do I quit Vim??

Post by M3M3N70 »

I was doing Ctrl-x but that was not working and I had to quit the window and lost all of 5 hours of progress on my term paper. Plz help!
FerrisTheCrab
Posts: 20
Joined: Thu Oct 31, 2024 7:39 am

Re: How do I quit Vim??

Post by FerrisTheCrab »

It's actually quite simple. Instead of opening Vim with the traditional command:

Code: Select all

vim [filename]
Use this command instead:

Code: Select all

nano [filename]
hyphen-emdash
Posts: 2
Joined: Wed Nov 06, 2024 8:38 am

Re: How do I quit Vim??

Post by hyphen-emdash »

Real programmers use

Code: Select all

emacs [filename]
FerrisTheCrab
Posts: 20
Joined: Thu Oct 31, 2024 7:39 am

Re: How do I quit Vim??

Post by FerrisTheCrab »

Real real programmers use

Code: Select all

echo [filedata] > [filename]
the_bungler
Posts: 5
Joined: Tue Nov 19, 2024 11:18 pm

Re: How do I quit Vim??

Post by the_bungler »

i dont kno w :oops: :shock: :mrgreen: :mrgreen: :mrgreen: :mrgreen:
Post Reply