My Raycast, Cursor, WebStorm, Chrome Keybinds.
I'm always keeping this page open as my cheat sheet. 😅 (MacOS US Keyboard Layout)
| Toggle Raycast | CMDSpace |
| Clipboard History | ^D |
| Search Snippets | CMDI |
| Search Quicklinks | OptionQ |
| Search Emoji & Symbols | ^CMDSpace |
| EN to JP | OptionE |
| Chrome to Dia | ^J |
| Latest bookmarks(Raindrop) | ^CMDJ |
| Confetti with sound | OptionD |
| Cursor Right | ^F |
| Cursor Left | ^B |
| Cursor Top | ^P |
| Cursor Down | ^N |
| Cursor Right Word | OptionF |
| Cursor Left Word | OptionB |
| Cursor Top Block | OptionP |
| Cursor Down Block | OptionN |
| Move Cursor to Line Start | ^A |
| Move Cursor to Line End | ^E |
| Right with Selection | ^FCMD |
| Left with Slection | ^BCMD |
| Up with Section | ^PCMD |
| Down with Section | ^NCMD |
| cursorEndSelect | ^ECMD |
| cursorStartSelect | ^ACMD |
| cursorRightWordSelect | ^FOption |
| cursorLeftWordSelect | ^BOption |
| cursorTopBlockSelect | ^POption |
| cursorBottomBlockSelect | ^NOption |
| Rectangular Selection on Mouse Drag | OptionClick |
| Select Inner Bracket(Cursor) | ^CMDM |
| Toggle Sticky Selection(WebStorm) | OptionA |
| Select bracet(Cursor) | OptionA |
| Select Current Single Line | ^L |
| cursorPageDown | ^V |
| cursorPageUp | OptionV |
| cursorTop | ^-x^-[ |
| cursorBottm | ^-x^-] |
| Scroll to Center(WebStorm) | ^-xL |
| delete single charchtar | Delete |
| Copy | CMDC |
| Paste | CMDV |
| Undo | CMDZ |
| Redo | CMDShiftZ |
| Duplicate Line | CMDD |
| Insert line Above(Cursor) | ^CMDEnter |
| Insert line Below(Cursor) | CMDEnter |
| Delete matched bracket or tag | ^-x^-m |
| Cut All Left | ^W |
| Cut All Right | ^K |
| Rename selected symbol | ^R |
| Wrapping selected HTML Tag: select children elements -> | ^S |
| Delete Pararent HTML Tag(preserve children)(WebStorm) | ^CMDD |
| Find text in current single file | CMDF |
| Find in Project or any Folder | CMDShiftF |
| Replace text in current single file | CMDR |
| Replace text in Folder | CMDShiftR |
| Split RIght | ^-x^-f |
| Split Down | ^-x^-n |
| Split Up | ^-x^-p |
| Move Focus Window Right | ^-x^-j |
| Move Focus Window Left | ^-x^-h |
| Go to Implementation | CMDB |
| Go to Definition | CMDOptionB |
| Go to Type declaration | CMDT |
| Go to Matching Pair Brace/Bracket | ^M |
| Go to Matching HTML/JSX Tag(Cursor) | ^CMDM |
| prev code jump history | CMD[ |
| next code jump history | CMD] |
| Next HighLight Symbol | CMDG |
| Prev HighLight Symbol | ShiftCMDG |
| Show IntelliSense suggestion popup | ^I |
| Toggle Explorer | CMD1 |
| Toggle File Structure | CMD2 |
| Focus Editor | ESC |
| New File | CMDN |
| New Folder | CMDD |
| Rename | ^R |
| Delete | Delete |
| Copy Relative File Path | CMDShiftC |
| Command Palette | CMDP |
| Open filename Search | CmdO |
| Open Go to Symbol Search | CMDShiftO |
| Open refactor menu selected code | ^T |
| Show Reference/Usage | CMDU |
| Show Context Menu | ^-c^-c |
| Toggle Terminal | ^\ |
| Reload Window | ^-x^-r |
| Open Settings | ^CMD, |
| ESLint —fix | ^Space |
| Format with Prettier | ^-x^-x |
| Keybord Shortcut | ShiftCMD, |
| Open Cursor Settings | ShiftCMDj |
| Show Markdown Preview | CMDE |
| Switch Window | ^W |
| Toggle Primary Side Bar | ^-x^-1 |
| Toggle Chat Tab | CMDL |
| Toggle Cursor Tab | ^-x^-c |
| Git Blame(WebStorm) | ^-g^-b |
| Rectangular Multiple Cursor Select(WebStorm) | OptionDrag |
| Rectangular Multiple Cursor Select(Cursor) | MShiftDrag |
| Add or Remove caret | CMDClick |
| Clone Cursor Above | OptionCMD↑ |
| Clone Cursor Bellow | OptionCMD↓ |
| Vertical cursor fillin(Cursor) | CMDShiftmouse |
| Toggle Devtools | ^Space |
| Open chrome://extensions/ | CMDE |
| Open chrome://bookmarks/ | CMDB |
| Duplicate tab | CMDD |
| DevTools: Pause script execution | ^J |
