8

I have an issue with Git Bash integrated terminal in VS Code. When I run a command that results in too many lines, that do not fit screen (eg. git log), then it pauses and displays : sign. I can continue to next line with Enter key until I reach (END) marking.

I don't know how to exit command now and go back to prompt?

3
  • 2
    Did you try ':q' or 'q' ? Commented Dec 29, 2020 at 7:39
  • 1
    Correct, you can post that as an answer! Commented Dec 29, 2020 at 7:42
  • in Windows 11, it's q Commented Jun 11, 2023 at 13:09

1 Answer 1

18

You can use :q or q to exit and go back to prompt !

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.