CMD + CTRL + SPACEBAR--- show emojiCTRL + ALT + SHIFT + V--- paste without formattingCMD + ~orCMD + SHIFT + ~--- swap windows inside 1 app⌃ + ⌘ + ⇧ + 4--- allows you to take a screenshot and save it to your clipboardCMD + SHIFT + /--- open help section of any app that has a help menu-item- Terminal
CTRL + U--- remove everything on this lineCTRL + R--- reverse search for specific stringCMD + double-click--- click on url to open in default browser
- Finder
- make aliasses (easier to backup) ---
ALT + CMD + drag outside windowthen rename and paste in correct folder Shift + Optionthen click a column and drag - all columns share the same width- open PNG (in preview), select and copy, then paste on CMD+I on folder --- change folder icon
- make aliasses (easier to backup) ---
CMD + CTRL + Z--- options window
CMD + SHIFT + M+ arrow keys to switch between profiles
CMD + ]orCMD + [--- switch between tabsCMD + OorCMD + P--- search for fileF2--- edit selected HTML node directlyENTER--- edit selected HTML node attribute directlyH--- hide HTML element- Timeline >
CMD + E--- start and stop capturing process - Profiler
F8orCMD + \--- Pause / resume script executionF10orCMD + '--- Step over next function callF11orCMD + ;--- Step into next function callSHIFT + F11orSHIFT + CMD + ;--- Step out of current function call
- Console
$0in console --- show current selected elementconsole.time('identifier')andconsole.timeEnd('identifier')will be shown insidechrome://tracing
More info at Devtools Cheatsheet
- iOS (keyboard shortcuts)
CMD + N--- new todoCMD + /--- hide/show sidebarCMD + 1,2,3,4,5,6--- switch between all major categories like Today, Inbox, Upcoming, etc
Tips, keyboard shortcuts and git config diff.lfs.textconv cat to support diff-ing images inside VS Code.
CTRL + OPTION + DOWN/UP--- copy lineCTRL + DOWN/UP--- move line up/downCTRL + SHIFT + F--- beautify fileCTRL + SHIFT + T--- open last fileCTRL + R--- switch workspace(s / folders)CMD + P--- find file + twice after each other opens last opened fileCMD + T--- (added) toggle TerminalCMD + J--- close focused sidebar view like CopilotCMD + 0--- focus on sidebarCMD + = + ---- reset zoomCMD + SHIFT + P--- list of actions to executeCMD + SHIFT + K--- delete lineCMD + SHIFT + F--- search in all files with a filterCMD + SHIFT + E--- go to the explorer viewCMD + 1orCMD + 2orCMD + 3--- redirects you to the right split editorCTRL + SHIFT + G--- go to git status viewCTRL + backslash--- open inline terminalCMD + D--- select current work or next iteration of that wordCMD + K and CMD + D--- skip this iteration and proceed to the next oneCMD + J--- toggle terminal panelCTRL + SHIFT + '--- open terminalOPTION + '--- open sub-terminalOPTION + SHIFT + O--- organize / cleanup importsOPTION + G + P--- drop latest stashOPTION + G + A--- amend staged filesOPTION + G + S--- stash staged filesOPTION + G + D--- apply a specific stash
SHIFT + TAB--- toggle between plan/ask/agent mode in AI chatCMD + I--- toggle AI chat window hide/visibleCMD + SHIFT + A--- inline chatCMD + R + CMD + W--- close all open editor windows
Use live templates for code you use often!
Languages & Frameworks>Javascript>Libraries--- adjust the autocomplete optionsCTRL + ALT + R--- run your configurationsALT + F12- open Terminal inside WebstormCTRL + SPACEinsidepackage.jsonon a dependency version number - show latest package version- introspection
CMD + P--- see information on function or method parameters
- autocomplete
TAB--- code completion or execute templateCTRL + SPACEBAR--- code completion
- current file
CMD + D--- duplicate this lineALT + UP / DOWN--- extend / minimize selectionALT + SHIFT + UP / DOWN--- move line up/downCTRL + T--- refactor thisCMD + ALT + L--- refactor code like in code style
- search
CTRL + ;--- acejump with a character to a lineCTRL + P--- find next occurrence of selected textCMD + F12--- tree-like representation of your current fileCMD + SHIFT + O--- open fileCMD + SHIFT + F--- find in pathCMD + SHIFT + A--- search for actionSHIFT + SHIFT--- search everywhere in your projectOPTION + F7--- find usages of a function in your project
- Git
CTRL + ALT + F--- git fetchCTRL + ALT + P--- git pullCTRL + ALT + SorCMD + SHIFT + K--- git pushCTRL + ALT + T--- git tagCTRL + ALT + L--- git log