Skip to content

Keyboard shortcuts for everyday tasks πŸ’»ΒΆ

ConEmuΒΆ

Command Description
Win+Shift+w open new tab with dialog
Win+w new console tab

ConEmu shortcut reference

VS Code βš”ΒΆ

Command Description
Ctrl+p open file by name
Ctrl+Shift+p run task
Ctrl+b toggle left bar
Ctrl+j toggle terminal

VS Code shortcut reference

Visual Studio 😎¢

Command Description
Ctrl+q Ctrl+t quick search in code
Ctrl+q quick launch
Ctrl+k Ctrl+d format document
Ctrl+k Ctrl+k format selection
Ctrl++ autocomplete
prop+Tab+Tab add property to class
Ctrl+m+o collapse all
Ctrl+m+l un-collapse all
Ctrl+m+m collapse function
Ctrl+k+k bookmark line
Ctrl+k+n next bookmark
Ctrl+k+p previous bookmark
Ctrl+k+c bulk comment
Ctrl+k+u bulk uncomment
Ctrl+- Navigate backward
Ctrl+t x where x:
f - file
r - recent file
m - method πŸ‘

Visual Studio shortcut reference

Microsoft Windows Terminal πŸ‘»ΒΆ

Command Description
Ctrl+Alt+t open terminal after hotkey setup
Shift+Alt+d split screen to right
Shift+Alt+= split screen to right
Shift+Alt+- split screen to bottom
Alt+arrow Switch pane left, right, top, bottom
Alt+Shift+arrow to resize in the direction
Ctrl+Shift+w or type exit to close the pane
Ctrl+Alt+num switch to tab number
Ctrl+Shift+mouse-scroll change opacity
Ctrl+Shift+p command bar (requires preview version: 1.2.2022.0)
Reference
Hotkeys manual

settings.json

JSON
"profiles":
    {
        "defaults":
        {
            // Put settings here that you want to apply to all profiles.
            "colorScheme": "Campbell Powershell"
        }
    }   

Tip

use windows terminal in vs code, replace in settings "terminal.integrated.shell.windows": "C:\Users\\AppData\Local\Microsoft\WindowsApps\wt.exe",