Home > Article > Development Tools > What key is used to back (undo) in vscode?
Undo the previous operation: Ctrl Z, restore the previous operation: Ctrl Shift Z.
Some common shortcut keys:
ctrl b Switch sidebar
ctrl \ Split editor
ctrl Mouse wheel Scale the editor font
alt shift f Organize code format
alt z Switch automatic line wrapping
ctrl · Open terminal debugging
ctrl shift n Create a new window
ctrl p Search within a file (focus on a certain file)
ctrl shif f Search in the entire editor (focus on the resource manager)
Click the file preview (then Click something else to replace it with something else)
Double-click the file to edit the file (fixed in the workspace)
Recommended learning: vscode tutorial
The above is the detailed content of What key is used to back (undo) in vscode?. For more information, please follow other related articles on the PHP Chinese website!