Skip to content

Instantly share code, notes, and snippets.

@adamjohnson
Last active May 12, 2020 12:19
Show Gist options
  • Save adamjohnson/0b24bb7c80b0c460bf5559bba66002c1 to your computer and use it in GitHub Desktop.
Save adamjohnson/0b24bb7c80b0c460bf5559bba66002c1 to your computer and use it in GitHub Desktop.

Revisions

  1. adamjohnson revised this gist Apr 11, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sublime-keyboard-shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -6,4 +6,4 @@ These are some Sublime Text keyboard shortcuts that I can't seem to remember. I
    1. Select entire contents of parentheses, brackets, or braces: `CTRL+SHIFT+M`.
    1. Jump to specific line number: `CTRL + P` then `:xx` eg: `:50` to go to line 50.
    1. Copy/Cut & Paste entire lines without highlighting: Same keys, paste inserts line above your cursor.
    1. Add a new line from the middle of some text & place cursor on the new line: `CTRL + ENTER`.
    1. Add a new line from the middle of some text & place cursor on the new line: `CTRL/CMD + ENTER`.
  2. adamjohnson created this gist Feb 1, 2020.
    9 changes: 9 additions & 0 deletions sublime-keyboard-shortcuts.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    # 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: `()`, `{}`, `[]`.
    1. Select entire contents of parentheses, brackets, or braces: `CTRL+SHIFT+M`.
    1. Jump to specific line number: `CTRL + P` then `:xx` eg: `:50` to go to line 50.
    1. Copy/Cut & Paste entire lines without highlighting: Same keys, paste inserts line above your cursor.
    1. Add a new line from the middle of some text & place cursor on the new line: `CTRL + ENTER`.