How do I quit Vim??
-
- Posts: 8
- Joined: Fri May 03, 2024 4:52 am
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: Fri Jun 28, 2024 4:50 pm
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 Jul 10, 2024 12:30 am
Re: How do I quit Vim??
Real programmers use
Code: Select all
emacs [filename]
-
- Posts: 20
- Joined: Fri Jun 28, 2024 4:50 pm
Re: How do I quit Vim??
Real real programmers use
Code: Select all
echo [filedata] > [filename]