Keyboard shortcuts for everyday tasks
ΒΆ
ConEmuΒΆ
| Command | Description |
|---|---|
| Win+Shift+w | open new tab with dialog |
| Win+w | new console tab |
VS Code
ΒΆ
| Command | Description |
|---|---|
| Ctrl+p | open file by name |
| Ctrl+Shift+p | run task |
| Ctrl+b | toggle left bar |
| Ctrl+j | toggle terminal |
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\