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.