What is a quick way to exit a program in the OSX terminal?

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

press control + C in your keyboard.

and in some man-page and vim editor write :q and press enter.

link|improve this answer
feedback

Try pressing Ctrl-c.

link|improve this answer
feedback

As they pointed out, you can press control+C in almost any terminal application

OR

In OS X, you can additionally press command+.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.