My Raycast, Cursor, WebStorm, Chrome Keybinds.
I'm always keeping this page open as my cheat sheet. 😅 (MacOS US Keyboard Layout)
Raycast
Toggle Raycast | CMDSpace |
Clipboard History | ^D |
Search Snippets | CMDI |
Search History (Chrome) | ^CMDR |
Search Bookmark (Chrome) | ^CMDE |
Search Quicklinks | OptionQ |
EN to JP | OptionE |
JP to EN | OptionW |
Maximize(Window Management) | OptionM |
Toggle Raycast Note | OptionSpace |
Confetti with sound | OptionD |
Move Cursor
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 |
Selection
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 |
Scroll
cursorPageDown | ^V |
cursorPageUp | OptionV |
cursorTop | ^-x^-[ |
cursorBottm | ^-x^-] |
Scroll to Center(WebStorm) | ^-xL |
Code Edit
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
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 Editor Window
Split RIght | ^-x^-f |
Split Down | ^-x^-n |
Split Up | ^-x^-p |
Move Focus Window Right | ^-x^-j |
Move Focus Window Left | ^-x^-h |
Code Jump
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 |
IntelliSense
Show IntelliSense suggestion popup | ^I |
File Explorer
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 |
IDE Feature
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 keybinds | ^CMD, |
ESLint —fix | ^Space |
Format with Prettier | ^-x^-x |
Keybord Shortcut | ShiftCMD, |
Open Cursor Settings | ShiftCMDj |
AI
Toggle Chat Tab | CMDL |
Toggle Cursor Tab | ^-x^-c |
Git
Git Blame(WebStorm) | ^-g^-b |
Multiple Cursor
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 |
Chrome
Toggle Devtools | ^Space |
Open chrome://extensions/ | CMDE |
Open chrome://bookmarks/ | CMDB |
Duplicate tab | CMDD |