Skip to content

Instantly share code, notes, and snippets.

@CsBigDataHub
Forked from EQuimper/vsc.txt
Created September 25, 2017 22:58
Show Gist options
  • Save CsBigDataHub/d25642c4d7c0b3d6a7a7837355da31e7 to your computer and use it in GitHub Desktop.
Save CsBigDataHub/d25642c4d7c0b3d6a7a7837355da31e7 to your computer and use it in GitHub Desktop.
Visual Studio Code shortcuts
Shortcuts
- shift+cmd+d -> create same line below
- shift+cmd+f -> open search in project
- cmd+d -> select full word
- cmd+d + shift-cmd-g -> search word in file
- shift+cmd+enter -> new line before
- cmd+enter -> new line after
- cmd+arrow -> go the end
- ctrl-tab -> go back to the recent file
- cmd+p -> search file in project
- cmd+l -> select full line
- cmd+c -> if empty select copy line
- cmd+x -> if empty select cut line
- ctrl+cmd+f -> full screen
- cmd+w -> close window
- cmd+k + cmd+w -> close all window
- cmd+b -> toggle sidebar
- cmd+k + enter -> keep open or save
- shift+cmd+[ or ] -> move file
- cmd+\ -> open new file right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment