-
-
Save djaldave/048c490afd72e98ba40aedf93274aea8 to your computer and use it in GitHub Desktop.
Revisions
-
bradtraversy revised this gist
Nov 2, 2019 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains 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 @@ -270,6 +270,13 @@ Cmd+D Ctrl+D ``` De-select Match ```bash Cmd+U Ctrl+U ``` Add Cursor ```bash -
bradtraversy revised this gist
Nov 2, 2019 . 1 changed file with 7 additions and 5 deletions.There are no files selected for viewing
This file contains 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 @@ -2,6 +2,8 @@ > List of helpful shortcuts for faster coding If you have any other helpful shortcuts, feel free to add in the comments of this gist :) ## Official List of all commands * [Windows](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf) @@ -32,7 +34,7 @@ Ctrl+` Create New Terminal ``` Shift+Ctrl+` Shift+Ctrl+` ``` @@ -168,11 +170,11 @@ end Move By Word ```bash Option+Right Option+Left Alt+Right Alt+Left ``` Go To Start & End Of File -
bradtraversy revised this gist
Oct 31, 2019 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains 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 @@ -127,6 +127,12 @@ Cmd+Delete Ctrl+Delete ``` Reopen Files ``` Shift+Cmd+T Shift+Ctrl+T ``` Zoom ```bash -
bradtraversy revised this gist
Oct 31, 2019 . 1 changed file with 16 additions and 20 deletions.There are no files selected for viewing
This file contains 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 @@ -149,10 +149,26 @@ Ctrl+\ Go To Start & End Of Line ```bash Cmd+Right Cmd+Left Ctrl+Right Ctrl+Left home end ``` Move By Word ```bash Cmd+Right Cmd+Left Ctrl+Right Ctrl+Left ``` Go To Start & End Of File ```bash @@ -233,26 +249,6 @@ Shift+Option+A Shift+Alt+A ``` Highlight Code ```bash -
bradtraversy revised this gist
Oct 31, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains 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 @@ -156,8 +156,8 @@ end Go To Start & End Of File ```bash Cmd+Up Cmd+Down Ctrl+Home Ctrl+End -
bradtraversy revised this gist
Oct 31, 2019 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains 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 @@ -72,6 +72,13 @@ Cmd+Down Ctrl+Down ``` Change File Tabs ```bash Ctrl+Tab Ctrl+PageUP ``` Quick File Open ```bash @@ -114,13 +121,6 @@ Cmd+W Ctrl+W ``` Delete File ``` Cmd+Delete -
bradtraversy revised this gist
Oct 31, 2019 . 1 changed file with 29 additions and 21 deletions.There are no files selected for viewing
This file contains 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 @@ -7,7 +7,7 @@ * [Windows](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf) * [Mac](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf) ## Open/View Open Command Pallete @@ -16,18 +16,11 @@ Shift+Cmd+P Shift+Ctrl+P ``` Access Settings ```bash Cmd+, Ctrl+, ``` Toggle Terminal @@ -43,6 +36,13 @@ Shift+Cmd+` Shift+Ctrl+` ``` Toggle Sidebar ```bash Cmd+B Ctrl+B ``` Open New Window/Instance ```bash @@ -57,18 +57,33 @@ Cmd+W Ctrl+W ``` ## Working With Files Sidebar Focus ```bash Shift+Cmd+E Shift+Ctrl+E ``` Open File/Folder From Sidebar ``` Cmd+Down Ctrl+Down ``` Quick File Open ```bash Cmd+P Ctrl+P ``` Open File From Explorer ```bash Cmd+O Ctrl+O ``` New File @@ -78,13 +93,6 @@ Cmd+N Ctrl+N ``` Save ```bash -
bradtraversy revised this gist
Oct 31, 2019 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains 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 @@ -2,8 +2,6 @@ > List of helpful shortcuts for faster coding ## Official List of all commands * [Windows](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf) -
bradtraversy revised this gist
Oct 31, 2019 . 1 changed file with 72 additions and 47 deletions.There are no files selected for viewing
This file contains 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 @@ -14,106 +14,127 @@ Open Command Pallete ```bash Shift+Cmd+P Shift+Ctrl+P ``` Toggle Sidebar ```bash Cmd+B Ctrl+B ``` Toggle Sidebar Focus ```bash Shift+Cmd+E Shift+Ctrl+E ``` Toggle Terminal ```bash Ctrl+` Ctrl+` ``` Create New Terminal ``` Shift+Cmd+` Shift+Ctrl+` ``` Open New Window/Instance ```bash Shift+Cmd+N Shift+Ctrl+N ``` Close Window ```bash Cmd+W Ctrl+W ``` Quick File Open ```bash Cmd+P Ctrl+P ``` Access Settings ```bash Cmd+, Ctrl+, ``` New File ```bash Cmd+N Ctrl+N ``` Open File ```bash Cmd+O Ctrl+O ``` Save ```bash Cmd+S Ctrl+S ``` Save As ```bash Shift+Cmd+S Shift+Ctrl+S ``` Close File ```bash Cmd+W Ctrl+W ``` Change File Tabs ```bash Ctrl+Tab Ctrl+PageUP ``` Delete File ``` Cmd+Delete Ctrl+Delete ``` Zoom ```bash Cmd++ # Zoom in Cmd+- # Zoom out Ctrl++ # Zoom in Ctrl+- # Zoom out ``` Spilt Editor ```bash Cmd+\ Ctrl+\ ``` @@ -129,13 +150,20 @@ end Go To Start & End Of File ```bash Cmd+Home Cmd+End Ctrl+Home Ctrl+End ``` Cut, Copy & Past Line ```bash Cmd+X #Cut Cmd+C #Copy Cmd+V #Paste Ctrl+X # Cut Ctrl+C # Copy Ctrl+V # Paste @@ -144,65 +172,77 @@ Ctrl+V # Paste Move Line Up & Down ```bash Option+Up Option+Down Alt+Up Alt+Down ``` Copy Line Up & Down ```bash Shift+Option+Up Shift+Option+Down Shift+Alt+Up Shift+Alt+Down ``` Remove Line ```bash ShiftCmd+K Shift+Ctrl+K ``` Insert Line ```bash Cmd+Enter # Insert below Shift+Cmd+Enter # Insert above Ctrl+Enter # Insert below Shift+Ctrl+Enter # Insert above ``` Jump To Matching Bracket ```bash Shift+Cmd+\ Shift+Ctrl+\ ``` Add Line Comment ```bash Cmd+/ Ctrl+/ ``` Add Block Comment ```bash Shift+Option+A Shift+Alt+A ``` Scroll Up & Down ```bash Cmd+Up Cmd+Down Ctrl+Up Ctrl+Down ``` Move By Word ```bash Cmd+Right Cmd+Left Ctrl+Right Ctrl+Left ``` @@ -213,39 +253,24 @@ Highlight Code Shift+Any Direction ``` Select Next Match ```bash Cmd+D Ctrl+D ``` Add Cursor ```bash Option+Click Alt+Click ``` Go to Entity (Functions, vars, etc) ```bash Cmd+Shift+O Ctrl+Shift+O ``` -
bradtraversy revised this gist
Oct 31, 2019 . 1 changed file with 24 additions and 19 deletions.There are no files selected for viewing
This file contains 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 @@ -17,6 +17,25 @@ Open Command Pallete Ctrl+Shift+P ``` Toggle Sidebar ```bash Ctrl+B ``` Toggle Sidebar Focus ```bash Ctrl+Shift+E ``` Integrated Terminal ```bash Ctrl+` # Toggle terminal Ctrl+Shift+` # Create new terminal ``` Open New Window ```bash @@ -80,23 +99,16 @@ Ctrl+Tab # Scroll next Ctrl+Shift+Tab # Scroll prev ``` Delete File ``` Ctrl + Delete ``` Zoom ```bash Ctrl++ # Zoom in Ctrl+- # Zoom out ``` Spilt Editor @@ -105,13 +117,6 @@ Spilt Editor Ctrl+\ ``` ## Code Editing Go To Start & End Of Line -
bradtraversy revised this gist
Feb 28, 2019 . 1 changed file with 5 additions and 6 deletions.There are no files selected for viewing
This file contains 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 @@ -4,6 +4,11 @@ - For mac, replace "Ctrl" with "cmd" and "Alt" with "option" ## Official List of all commands * [Windows](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf) * [Mac](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf) ## General & File Open Command Pallete @@ -239,9 +244,3 @@ Go to Symbol Ctrl+Shift+O ``` -
bradtraversy revised this gist
Feb 28, 2019 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains 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 @@ -241,7 +241,7 @@ Ctrl+Shift+O ## Official List of all commands [Windows](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf) [Mac](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf) -
bradtraversy created this gist
Feb 28, 2019 .There are no files selected for viewing
This file contains 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,247 @@ # VSCode Shortcuts > List of helpful shortcuts for faster coding - For mac, replace "Ctrl" with "cmd" and "Alt" with "option" ## General & File Open Command Pallete ```bash Ctrl+Shift+P ``` Open New Window ```bash Ctrl+Shift+N ``` Close Window ```bash Ctrl+W ``` Quick File Open ```bash Ctrl+P ``` Access Settings ```bash Ctrl+, ``` New File ```bash Ctrl+N ``` Open File ```bash Ctrl+O ``` Save ```bash Ctrl+S Ctrl+Shift+S # Save As ``` Close File ```bash Ctrl+F4 ``` Change File Tabs ```bash Ctrl+PageUP Ctrl+PageDown ``` Open Next File (Dropdown) ```bash Ctrl+Tab # Scroll next Ctrl+Shift+Tab # Scroll prev ``` Zoom ```bash Ctrl++ # Zoom in Ctrl+- # Zoom out ``` Toggle Sidebar ```bash Ctrl+B ``` Toggle Sidebar Focus ```bash Ctrl+Shift+E ``` Spilt Editor ```bash Ctrl+\ ``` Integrated Terminal ```bash Ctrl+` # Toggle terminal Ctrl+Shift+` # Create new terminal ``` ## Code Editing Go To Start & End Of Line ```bash home end ``` Go To Start & End Of File ```bash Ctrl+Home Ctrl+End ``` Cut, Copy & Past Line ```bash Ctrl+X # Cut Ctrl+C # Copy Ctrl+V # Paste ``` Move Line Up & Down ```bash Alt+Up Alt+Down ``` Copy Line Up & Down ```bash Shift+Alt+Up Shift+Alt+Down ``` Remove Line ```bash Ctrl+Shift+K ``` Insert Line ```bash Ctrl+Enter # Insert above Ctrl+Shift+Enter # Insert below ``` Jump To Matching Bracket ```bash Ctrl+Shift+\ ``` Fold Brackets ```bash Ctrl+[ Ctrl+] ``` Add Line Comment ```bash Ctrl+/ ``` Add Block Comment ```bash Shift+Alt+A ``` Scroll Up & Down ```bash Ctrl+Up Ctrl+Down ``` Move By Word ```bash Ctrl+Right Ctrl+Left ``` Highlight Code ```bash Shift+Any Direction ``` Go To Next Match ```bash F3 ``` Select Next Match ```bash Ctrl+D ``` Select All Matches & Add Cursor ```bash Ctrl+F2 ``` Select All Matches from Find ```bash Alt+Enter ``` Add Cursor ```bash Alt+Click ``` Go to Symbol ```bash Ctrl+Shift+O ``` ## Official List of all commands ```bash https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf ```