My Raycast, Cursor, WebStorm, Chrome Keybinds.

I'm always keeping this page open as my cheat sheet. 😅 (MacOS US Keyboard Layout)

Raycast

Toggle RaycastCMD + Space
Clipboard History^ + D
Search SnippetsCMD + I
Search History (Chrome)^ + Option + R
Search QuicklinksOption + Q
EN to JPOption + E
JP to ENOption + W
Maximize(Window Management)Option + M
Toggle Raycast NoteOption + Space
Confetti with soundOption + D

Move Cursor

Cursor Right^ + F
Cursor Left^ + B
Cursor Top^ + P
Cursor Down^ + N
Cursor Right WordOption + F
Cursor Left WordOption + B
Cursor Top BlockOption + P
Cursor Down BlockOption + N
Move Cursor to Line Start^ + A
Move Cursor to Line End^ + E

Selection

Right with Selection^ + F + CMD
Left with Slection^ + B + CMD
Up with Section^ + P + CMD
Down with Section^ + N + CMD
cursorEndSelect^ + E + CMD
cursorStartSelect^ + A + CMD
cursorRightWordSelect^ + F + Option
cursorLeftWordSelect^ + B + Option
cursorTopBlockSelect^ + P + Option
cursorBottomBlockSelect^ + N + Option
Rectangular Selection on Mouse DragOption + Click
Select Inner Bracket(Cursor)^ + CMD + M
Toggle Sticky Selection(WebStorm)Option + A
Select bracet(Cursor)Option + A
Select Current Single Line^ + L

Scroll

cursorPageDown^ + V
cursorPageUpOption + V
cursorTop^-x + ^-[
cursorBottm^-x + ^- ]
Scroll to Center(WebStorm)^-x + L

Code Edit

delete single charchtarDelete
delete front single charchtar^ + O
CopyCMD + C
PasteCMD + V
UndoCMD + Z
RedoCMD + Shift + Z
Duplicate LineCMD + D
Insert line Above(Cursor)^ + CMD + Enter
Insert line Below(Cursor)CMD + Enter
Delete matched bracket or tag^-x ^-m
Cut All Left^ + W
Cut All Right^ + K
Rename selected symbol^ + R
Wrapping selected HTML Tagselect children elements → ^ + S
Delete Pararent HTML Tag(preserve children)(WebStorm)^ + CMD + D

Find

Find text in current single fileCMD + F
Find in Project or any FolderCMD + Shift + F
Replace text in current single fileCMD + R
Replace text in FolderCMD + Shift + R

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 ImplementationCMD + B
Go to DefinitionCMD + Option + B
Go to Type declarationCMD + T
Go to Matching Pair Brace/Bracket^ + M
Go to Matching HTML/JSX Tag(Cursor)^ + CMD + M
prev code jump historyCMD + [
next code jump historyCMD + ]
Next HighLight SymbolCMD + G
Prev HighLight SymbolShift + CMD + G

IntelliSense

Show IntelliSense suggestion popup^ + I

File Explorer

Toggle ExplorerCMD + 1
Toggle File StructureCMD + 2
Focus EditorESC
New FileCMD + N
New FolderCMD + D
Rename^ + R
DeleteDelete
Copy Relative File PathCMD + Shift + C

IDE Feature

Command PaletteCMD + P
Open filename SearchCmd + O
Open Go to Symbol SearchCMD + Shift + O
Open refactor menu selected code^ + T
Show Reference/UsageCMD + U
Show Context Menu^-c ^- c
Toggle Terminal^ + \
Reload Window^-x ^-r
Open keybinds^ + CMD + ,
ESLint —fix^ + Space
Format with Prettier^-x ^-x

AI

Toggle Chat TabCMD + L
Toggle Cursor Tab^-x ^-c

Git

Git Blame(WebStorm)^-g ^-b

Multiple Cursor

Rectangular Multiple Cursor Select(WebStorm)Option + Drag
Rectangular Multiple Cursor Select(Cursor)M + Shift + Drag
Add or Remove caretCMD + Click
Clone Cursor AboveOption + CMD + ↑
Clone Cursor BellowOption + CMD + ↓
Vertical cursor fillinCMD + Shift + mouse coursor(Cursor)

Chrome

Toggle Devtools^ + Space
Open chrome://extensions/CMD + E
Open chrome://bookmarks/CMD + B
Duplicate tabCMD + D