Skip to content

Instantly share code, notes, and snippets.

@heypano
Last active January 30, 2021 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heypano/f4998c9526a5430d73f065d35f921c02 to your computer and use it in GitHub Desktop.
Save heypano/f4998c9526a5430d73f065d35f921c02 to your computer and use it in GitHub Desktop.
VS code important shortcuts
  • cursorWordLeft Move to previous word
  • cursorWordLeftSelect Move to previous word word with selection
  • cursorWordRight Move to next word
  • cursorWordRightSelect Move to next word with selection
  • cursorHome Move to start of line
  • cursorHomeSelect Move to start of line with selection
  • cursorEnd Move to end of line
  • cursorEndSelect Move to end of line with selection
  • deleteWordLeft Delete word backward
  • deleteWordRight Delete word forward
  • deleteAllLeft Delete to start of line
  • editor.action.deleteLines Delete line(s)
  • editor.action.copyLinesUpAction Copy line(s) up
  • editor.action.copyLinesDownAction Copy line(s) down
  • editor.action.addSelectionToNextFindMatch Find next occurence of word at caret
  • editor.action.previousMatchFindAction Previous find occurence
  • workbench.action.editor.previousChange Previous change
  • workbench.action.editor.copyLinesUpAction Next change
  • workbench.action.findInFiles Find in files
  • workbench.action.replaceInFiles Replace in files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment