Vscode terminal shortcut key settings, allowing you to improve development efficiency a lot

In the current directory, open a black window shortcut

Switch to the previous terminal

Switch to the next terminal

Close current terminal

Create a new terminal

The above shortcut keys replace these clicks

The new window is ctrl + command + N, and the new file is command + N.

ctrl + r quickly open recently opened projects, you can also search.

ctrl + w to switch the opened window.

PS: Don't use the space key combination, otherwise you will be waiting for you to press a key when typing a command, which will cause you to be unable to enter a space. Now changed to ctrl + option

 

In Windows, you also need to set the shortcut key for clearing terminal content and the shortcut key for calling out the terminal (switching panel) and the cursor to quickly move to the beginning and end of the line

When we are writing code to quickly switch to the terminal

Write the command and continue to write the code

Left and right file switching is alt + left and right keys

If we open multiple projects, it means multiple windows

Guess you like

Origin blog.csdn.net/u012149637/article/details/103404240