Keyboard Shortcuts
Intelij (custom mappings)
| Effect | Path | |
|---|---|---|
| Ctrl + Alt + S | Settings | File/Settings Actions/Settings... |
| Ctrl + J | Terminal toggle | Tool Windows/Terminal |
| Ctrl + / | Comment Line | Code/Comment Actions/Comment with Line Comment |
| Ctrl + P | Go to File | Navigate/Goto by Name Actions/Go to File... |
| Ctrl + Shift + P | Find Actions | Help/Find Action... |
VsCode
| Shortcut | Description |
|---|---|
Ctrl + Shift + P | Open Command Palette (access all commands). |
Ctrl + P | Quick open files by name. |
Ctrl + J | Toggle tab integrated terminal. |
Ctrl + B | Toggle sidebar visibility. |
Ctrl + K Ctrl + O | Open folder in a new window. |
Ctrl + K Z | Zen mode (distraction-free coding). |
Ctrl + Shift + F | Search across all files. |
Ctrl + Shift + E | Show Explorer / focus on files. |
Ctrl + Shift + M | Show Problems panel (errors/warnings). |
F2 | Rename symbol (variable, function, etc.). |
F5 | start debugger |
Ctrl + / | Toggle line comment. |
Alt + Up / Down | Move line or selection up/down. |
Shift + Alt + F or Alt + Shift + I | For document. |
Ctrl + L | Select current line. |
Alt + Enter | Select all occurrences of current selection. |
Ctrl + , | Open Settings. |
Ctrl + K Ctrl + S | Open keyboard shortcuts reference. |
Ctrl + Shift + [ / ] | Fold/unfold code block. |
Ctrl + Shift + \ | Jump to matching bracket. |
Chrome:
| Keyboard | Effect |
|---|---|
| Ctrl + T | New Tab |
| Ctrl + Tab | Next Tab |
| Ctrl + N | New Window |
| Ctrl + Shift + J | Devtools: Open Console |
| Ctrl + Shift + C | Devtools: Open Elements |
Windows OS
| Keys | Effect |
|---|---|
| Win + 1,2,3,4,5,6,7,8,9,0 | focus pinned app |
| Win + L | lock |
| Win + I | settings |
| Win + S | search |
| Win + Shift + S | snip screenshot area |
| Win + . | Emoji picker |
| Win + X | power user menu |
Powershell
| Keys | Effect |
|---|---|
| Ctrl + Shift + T | new tab |
| Ctrl + Shift + W | close tab |
| Ctrl + L | clear screen |
Eclipse
| Keyboard | Effect |
|---|---|
| Ctrl + Shift + O | Clean imports |
| Ctrl + I | indent code |