Home > Enterprise >  Visual Studio toggle terminal with one shortcut
Visual Studio toggle terminal with one shortcut

Time:05-17

This is 2022 Community Edition. I want to use one shortcut that will both open and close the terminal. Searched but no answers. I find a setting to open the terminal with a shortcut but none to close it as well. Anyone know if this is possible?

CodePudding user response:

you can try "control shift `" if you are on window

CodePudding user response:

Press from the keyboard and toggle your vs code terminal (control Backtick)

ctr `

note: I am using mac

  • Related