Last active
May 12, 2020 12:19
-
-
Save adamjohnson/0b24bb7c80b0c460bf5559bba66002c1 to your computer and use it in GitHub Desktop.
Revisions
-
adamjohnson revised this gist
Apr 11, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/CMD + ENTER`. -
adamjohnson created this gist
Feb 1, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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`.