3

How do I save and quit after making changes in a config file? I was told to type out the command :wq but I do not know where.

I'm met with this screen. Which keys do I press to type out the :wq command?

enter image description here

karel
  • 114,770

1 Answers1

13

The :wq is for a different editor than the one you are using.

The one that you are using, asks you to press ctrl+o to output (write) the file, and ctrl+x to exit

Charles Green
  • 21,339