saw someone unironically use vim the other day. i thought people actually using vim was a joke.
Why wouldn’t one use vim? It’s a great editor that works under any circumstance.
Unless you want to exit it xD
Esc :q for closing if you didn’t modify anything, :!q for closing and discarding any changes you made and:wq for closing and writing the changes to the file.
I was joking I know how to exit because of sudoedit it just feels like it should be on the main screen like nano or atleast ctrl+c should exit.
If you start vim without opening a file it’s written on the screen in the beginning. It disappears as soon as you start writing something though.
I didn’t notice thanks!
Also, when you want to Quit by hitting CTRL+C, VIM will tell you to use !q instead.
I tried it just didn’t say anything for me, maybe it was an old version?
Perhaps you have vim-tiny installed by default on your distro rather than just vim?