Skip to content

Instantly share code, notes, and snippets.

@EQuimper
Created April 20, 2017 19:55
Show Gist options
  • Save EQuimper/0f8c9d8d630fe247dce7539d582d8816 to your computer and use it in GitHub Desktop.
Save EQuimper/0f8c9d8d630fe247dce7539d582d8816 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