Last active
January 15, 2023 20:19
-
-
Save w3tsa/1bd3df01f7356f96feedc916fcb845c6 to your computer and use it in GitHub Desktop.
Revisions
-
w3tsa renamed this gist
Jan 15, 2023 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
w3tsa created this gist
Jan 15, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,35 @@ ## VSCODE Short Cuts - [x] Copy: cmd/ctrl + c - [x] Paste: cmd/ctrl + v - [x] undo: cmd/ctrl + z - [x] redo: cmd/ctrl + shift + z - [x] save: cmd/ctrl + s - [x] save without formatting: (cmd/ctrl + k) + s - [x] move cursor by words: opt/alt + arrow keys - [x] move cursor to end or to the start: cmd/ctrl + arrow keys - [x] move line/multiline up/down: opt/alt + up/down arrow - [x] select by letterspace: shift + arrow keys - [x] select by words: shift + opt/alt + arrow keys - [x] select by line: cmd/ctrl + arrow keys - [x] select line: cmd/ctrl + l - [x] select occurrences: cmd/ctrl + d - [x] select all occurrences: shift + cmd/ctrl + l - [x] copy line/multiline: shift + opt/alt + up/down arrow - [x] cut line: cmd/ctrl + x - [x] open/close file explorer: cmd/ctrl + b - [x] navigate to diff file: cmd/ctrl + p - [x] navigate to diff tab: opt/alt + cmd/ctl + right/left arrow - [x] close tab: cmd/ctrl + w - [x] cursor to the new line: cmd/ctrl + enter/return ## Debugging Shortcuts - [x] Finding a specific element/selector/text: search func in vscode - [x] Go the definition of a func: cmd/ctrl + click - [x] Split view: cmd/ctrl + \ - [x] Zen mode: (cmd/ctrl + k) + z - [x] Exit zen mode: 2 escape - [x] Open terminal: ctrl + ` ## Shortcut list - [x] Show the key binding list: cmd/ctrl + k + s