Skip to content

Instantly share code, notes, and snippets.

@mschneider247
Last active June 19, 2019 22:30
Show Gist options
  • Save mschneider247/af400c239e2876697894059720398597 to your computer and use it in GitHub Desktop.
Save mschneider247/af400c239e2876697894059720398597 to your computer and use it in GitHub Desktop.
Notes on Sublime, Hot Keys, etc.

Notes on Sublime Text Editor

Taken from YouTube videos by: LearnWebCode


Tutorial 1
  • Undo: Cmd+z

  • Extra cursors: Cmd+click

  • Select Word and then Next occurace of word: Cmd+d

  • Multiple cursors: Hold Alt, then drag

  • Multiple cursoros: Select all the text, then Cmd+shift+l will place a cursor at the end of each line

  • Move cursor right: Cmd+right-arrow

  • Move cursor left: Cmd+leff-arrow

  • Wrap Text in an Element: Select the text, then ctrl+shift+w

  • Wrap Multiple lines in their own elements: select the text, Cmd+shift+l to place a cursor at the end of it all, then ctrl+shift+w to put an element around each

Tutorial 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment