My Editor Keybinds.
For share setting across 3 Editor and prevent forget.
Action | Shortcut |
---|---|
Move Cursor | |
Cursor Right | ^ + F |
Cursor Left | ^ + B |
Cursor Top | ^ + P |
Cursor Down | ^ + N |
Cursor Right Word | M + F |
Cursor Left Word | M + B |
Cursor Top Block | M + P |
Cursor Down Block | M + 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 | ^ + CMD + P |
Down with Section | ^ + CMD + N |
cursorEndSelect | ^ + CMD + E |
cursorStartSelect | ^ + CMD + A |
cursorRightWordSelect | ^ + CMD + Option + F |
cursorLeftWordSelect | ^ + CMD + Option + B |
cursorTopBlockSelect | ^ + CMD + Option + P |
cursorBottomBlockSelect | ^ + CMD + Option + N |
Scroll | |
Scroll Up | ^ + V |
Scroll Down | Option + V |
Scroll to Top | ^-x + ^-[ |
Scroll to Bottom | ^-x + ^- ] |
Scroll to Center | ^-x + L |
Go To Line Number | CMD + L |
Code Edit | |
delete single charchtar | Delete |
delete front single charchtar | ^ + O |
Copy | CMD + C |
Copy path | Shift + CMD + C |
Paste | CMD + V |
Insert line Above(VSCode) | ^ + CMD + Enter |
Delete matched bracket or tag | ^-x ^-m |
Cut All Left | ^ + W |
Cut All Right | ^ + K |
Open refactor menu selected code | ^ + T |
Rename selected symbol | ^ + R |
Close any tool window | ^-x ^-c |
Wrapping selected HTML Tag | select children elements → ^ + S |
Delete Pararent HTML Tag(preserve children)(WebStorm) | option + D |
Delete Pararent HTML Tag with Diff & comformation(preserve children)(WebStorm) | ^-x ^-r |
Find | |
Find text in current single file | CMD + F |
Find in Project or any Folder | CMD + Shift + F |
Replace text in current single file | CMD + R |
Replace intext in whole project or any folder | CMD + Shift + R |
Split Editor Window | |
Split RIght | ^-x 3 |
Split Down | ^-x 2 |
Close All Split Window | ^-x 1 |
Move Focus Window | ^-x o |
Code Jump | |
Go to Definition | CMD + B |
Go to Type declaration | CMD + T |
Go to Matching Pair Brace/Bracket | ^ + M |
prev code jump history | CMD + [ |
next code jump history | CMD + ] |
Next HighLight Symbol | CMD + G |
Prev HighLight Symbol | Shift + CMD + G |
IntelliSense | |
Show IntelliSense suggestion popup | ^ + I |
Folding | |
Expand Folding | ^ + = |
Collaspse Folding | ^ + - |
Expand All | CMD + ^ + = |
Collaspse All | CMD + ^ + - |
File Explorer | |
Open/Focus Explorer | CMD + 1 |
Toggle File Structure | CMD + 2 |
Focus Editor | ESC |
New File | CMD + N |
New Folder | ^ + D |
Rename | ^ + R |
Delete | Delete |
Copy Relative File Path | CMD + Shift + C |
Open Command | |
Command Palette | CMD + P |
Open by filename | Cmd + O |
Go to Symbol | CMD + Shift + O |
Show Context Menu | ^-C ^- C |
Show recent files | CMD + E |
Git | |
Show Git Blame | ^-G ^-B |
Show Git History | ^-G ^-H |
Multiple Cursor | |
Add or Remove caret | Option + Click |
Clone Cursor Above | Option + CMD + ↑ |
Clone Cursor Bellow | Option + CMD + ↓ |
Vertical cursor fillin | CMD + Shift + mouse coursor(VSCode) |
Copilot | |
Show next copilot suggestion | ^ + ] |
Show prev copilot suggestion | ^ + [ |
Toggle Ename/Disable copilot | ^ + ; |
Hide Completetion in Editor | ESC |
VSCode | |
Reload Window | ^-x ^-R |
Open Keybinding.json | Shift + CMD + . |
Cursor Nightly | |
Open Chat Tab | CMD + \ |
Close Chat Tab | ^ + CMD + \ |