How do I quit Vim??

Post Reply
M3M3N70
Posts: 8
Joined: Fri May 03, 2024 4:52 am

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: Fri Jun 28, 2024 4:50 pm

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 Jul 10, 2024 12:30 am

Re: How do I quit Vim??

Post by hyphen-emdash »

Real programmers use

Code: Select all

emacs [filename]
FerrisTheCrab
Posts: 20
Joined: Fri Jun 28, 2024 4:50 pm

Re: How do I quit Vim??

Post by FerrisTheCrab »

Real real programmers use

Code: Select all

echo [filedata] > [filename]
the_bungler
Posts: 5
Joined: Sun Jul 21, 2024 12:37 am

Re: How do I quit Vim??

Post by the_bungler »

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