https://courses.wesbos.com/ | https://sublimetextbook.com/
Version: 20171220 | Status: Completed
C:\Users\<username>\AppData\Roaming\Sublime Text 3\Packages\User\Preferences.sublime-settings
C:\Users\<username>\AppData\Roaming\Sublime Text 3\Packages\User\Markdown.sublime-settings
CTRL + F2
to set a bookmark, F2
and SHIFT+F2
to traverse bookmarksGoto
menuCTRL + SHIFT + F2
clears all bookmarksCTRL + SHIFT + P
to openssx
file
to delete/renameCTRL + P
to open:
to go to a line number@
to search a symbolCTRL + SHIFT + [
to foldCTRL + SHIFT + ]
to unfoldCTRL + K + J
to unfold all at onceCTRL + K + T
to keep the tag name but hide attributesCTRL + SHIFT + P
and call your snippet.sublime-snippet
file and needs to go into snippets
.
infront of all of your tab triggers so that it doesn’t conflict with EmmetShift
and use arrows to jump aroundCTRL + L
will select the lineCTRL + Enter
will create a line underneath your existing linkF3
and SHIFT + F3
to traverse finds, ESC
to editCTRL + D
to select, and CTRL + K
to skipimg[src="dog$.jpg"]*5
=
<img src="dog1.jpg" alt="">
<img src="dog2.jpg" alt="">
<img src="dog3.jpg" alt="">
<img src="dog4.jpg" alt="">
<img src="dog5.jpg" alt="">
img[src="dog$$.jpg"]*5
=
<img src="dog01.jpg" alt="">
<img src="dog02.jpg" alt="">
<img src="dog03.jpg" alt="">
<img src="dog04.jpg" alt="">
<img src="dog05.jpg" alt="">
CTRL + SHIFT + G
-
to mean :
-
at the start of the value to do all the vendor prefixes@kf
to do keyframesCTRL + ↑
+ CTRL + ↓
to bumpCTRL + SHIFT + ↑
+ CTRL + SHIFT + ↓
to bump by larger margin|c
at the end to create closing comments|jade
at the end to create jade code, rather than default|e
to escape code into html entities|s
to single line itCTRL + SHIFT + ↑
and CTRL + SHIFT + ↓
to move lines up and downOrigami
PackageClone
to create same file on different paneCTRL + K
to start, ← ↑ → ↓
to focusCTRL + K
to start, CTRL + ← ↑ → ↓
to createCTRL + K
to start, CTRL + SHIFT + ← ↑ → ↓
to deleteCTRL + mouse click
creates multiple caretsCTRL + middle click
helps create multile carets quicklyJSHint Gutter
and jshint
in bash via npm install jshint -g
jshint
, csshint
, etc.