Keyboard Shortcuts
VsCode
| Shortcut | Action |
|---|---|
| Shift + Alt + Right | Expand Selection |
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 | Action |
|---|---|
| Ctrl + T | New Tab |
| Ctrl + L | Focus url bar |
| Ctrl + E | Search from url bar |
| Ctrl + Tab | Next Tab |
| Ctrl + Shift + Tab | Previous Tab |
| Ctrl + W | Close Tab |
| Ctrl + Shift + J | Devtools: Open Console |
| Ctrl + Shift + C | Devtools: Open Elements |
| Ctrl + Shift + T | repoen last closed tab |
| Ctrl + 1..9 | select tab |
| Ctrl + R | Reload Page |
| Ctrl + Shift + R | Hot Reload Page (ignore cache) |
| Ctrl + F then Ctrl + G | Find next match |
| Ctrl + D | Bookmakrk page |
Google Sheets
| Keyboard | Action |
|---|---|
| Ctrl + Shift + S | Voice Typing |
| Alt + / | Search Menues |
| Ctrl + / | Keyboard Shortcuts Sheet |
| Ctrl + Shift + X | Context menu |
| Ctrl + ' (oe) | prev misspelling |
| Ctrl + ; (oa) | next misspelling |
| Ctrl + Alt + N and 1..6 | go to next heading 1 |
| Ctrl + Alt + F | Insert Footer |
| Ctrl + Shift + L or E or R | Align text Left cEnter Right |
| Ctrl + Shift + Y | Word Dictionary |
| Ctrl + H | Find Replace |
| Ctrl + B | Bold |
| Ctrl + U | Underline |
| Alt + Shift + K | Kaps small |
| Alt + Shift + % | Strike Line Trough Text |
| Ctrl + . | Start Supertscript |
| Ctrl + , | Start Subscript |
| Ctrl + Space | Clear Formatting |
Simplenote
| Keyboard | Action |
|---|---|
| Ctrl + Shift + S | Search Bar Focus |
| Ctrl + Shift + J | view note below down (vim keys) |
| Ctrl + Shift + K | view note above up (vim keys) |
| Ctrl + K | Command Palatte |
| Ctrl + Shift + F | Focus mode Toggle |
| Ctrl + / | Keyboard Shortcut List |
Obsidian
| Keys | Action |
|---|---|
| Ctrl + , | Open Settings |
| Ctrl + O | Quick Open File |
| Ctrl + P | Command Pallete |
| Ctrl + N | New File |
| Ctrl + T | new tab |
| Ctrl + L | toggle checkbox |
| Ctrl + W | close tab |
| Ctrl + D | Delete Paragraph |
Intelij (custom mappings)
| Action | 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... |
Figma
| Keyboard | Action |
|---|---|
| Shift + A | Auto Layout |
| Alt + V | Alignment Vertical |
| Ctrl + P | Command Pallete |
| F | Frame |
| T | Text |
| R | Rectangle |
| Ctrl + Alt + K | Component |
| Shift + Drag | Snap Move Straight Line |
| H | Hand |
| V | moVe |
| K | sKale |
| Ctrl + D | duplicate |
| Ctrl + Click | Select internal item |
Windows OS
| Keys | Action |
|---|---|
| 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 | Action |
|---|---|
| Ctrl + Shift + T | new tab |
| Ctrl + Shift + W | close tab |
| Ctrl + L | clear screen |
Eclipse
| Keyboard | Action |
|---|---|
| Ctrl + Shift + O | Clean imports |
| Ctrl + I | indent code |