how to stop a command in the VS Code terminal

后端 未结 11 1017
天命终不由人
天命终不由人 2021-02-06 22:48

I\'ve been stopping commands with the trash can for too long. Command period doesn\'t work on Mac. I can\'t find anywhere how to stop the terminal via a command. Anyone know wha

11条回答
  •  一向
    一向 (楼主)
    2021-02-06 23:35

    If it is ':' you see then "q" + enter.

    eg: git config --list (this will take you to the colon and nothing works to escape)

提交回复
热议问题