Newbie to vi / vim, I normally use pico but using a locked down box (for now) that only has these 2 editors.
I am having trouble getting it to save a file or even just quit. I see others having the same issue and they were told to use :x but even that doesn't work, just throws up an error message.
Is there an exit command that JUST works?
thanks
:qa!
will quit an unlimited number of buffers regardless of their saved-ness – Torquemada