Skip to content

Instantly share code, notes, and snippets.

@adamjohnson
Last active May 12, 2020 12:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamjohnson/0b24bb7c80b0c460bf5559bba66002c1 to your computer and use it in GitHub Desktop.
Save adamjohnson/0b24bb7c80b0c460bf5559bba66002c1 to your computer and use it in GitHub Desktop.
Sublime Text keyboard shortcuts I should remember

Sublime Text keyboard shortcuts

These are some Sublime Text keyboard shortcuts that I can't seem to remember. I am writing them down in hopes I will use them and commit them to memory.

  1. Find the matching bracket: CTRL + M. Finds: (), {}, [].
  2. Select entire contents of parentheses, brackets, or braces: CTRL+SHIFT+M.
  3. Jump to specific line number: CTRL + P then :xx eg: :50 to go to line 50.
  4. Copy/Cut & Paste entire lines without highlighting: Same keys, paste inserts line above your cursor.
  5. Add a new line from the middle of some text & place cursor on the new line: CTRL/CMD + ENTER.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment