How do I quit Vim??
-
- Posts: 8
- Joined: Thu Sep 05, 2024 8:05 pm
How do I quit Vim??
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!
-
- Posts: 20
- Joined: Thu Oct 31, 2024 7:39 am
Re: How do I quit Vim??
It's actually quite simple. Instead of opening Vim with the traditional command:
Use this command instead:
Code: Select all
vim [filename]
Code: Select all
nano [filename]
-
- Posts: 2
- Joined: Wed Nov 06, 2024 8:38 am
Re: How do I quit Vim??
Real programmers use
Code: Select all
emacs [filename]
-
- Posts: 20
- Joined: Thu Oct 31, 2024 7:39 am
Re: How do I quit Vim??
Real real programmers use
Code: Select all
echo [filedata] > [filename]