21
Sublime Text How To Be A Badass

Sublime text

Embed Size (px)

Citation preview

Sublime Text

How To Be A Badass

http://www.quora.com/What-is-the-story-

behind-Sublime-Text

The Origin Story

What makes Sublime Text

Awesome?

PACKAGES!

Packages

● Like an App Store for your text editor

● Linters, Themes, Syntax Highlighting,

Markdown Preview, etc

● Install package manager through

packagecontrol.io

● Then access by Shift + CMD + P

Linting

Linting

● Press Shift + CMD + P and type “install”

● Now type SublimeLinter and hit enter

● Install anything with “SublimeLinter-<linter>”

for example “SublimeLinter-jshint”

● Instructions differ for each so make sure to

follow

Let’s Prettify

1. Press Shift + CMD + P

2. Type “install” and hit enter on install package

3. Type “Brogrammer” and hit enter

4. Go to Preferences->Settings->User

5. Set theme:

"theme": "Brogrammer.sublime-theme"

"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme"

Use discretion here, installation instructions may be different

Browse Themes Here:

https://scotch.io/bar-talk/the-best-sublime-text-

3-themes-of-2014

or google

“Best Sublime Text Themes”

Some more great packages

● Emmet

● Git

● ColorPicker

● MarkdownEditing

● Most Languages Support

QUICK TIPS

CMD + D IS YOUR

FRIEND

Find And Replace Is Your Old Friend Who

Got Into Mineral Collecting

CMD + D IS YOUR

FRIEND

CMD + P File Search Is

Your New Existence

CMD + P File Search Is

Your New Existence

Column Layouts

Column And Row Layouts

1. 2 Columns = opt+cmd+2 (mac) or alt+up+2 (windows)

2. 3 Columns = opt+cmd+3 (mac) or alt+up+3 (windows)

etc…

● For rows, same concept except add in Shift key to the

key bindings example = shift+opt+cmd+2

Column And Row

Layouts

Go Explore

Things We Didn’t Cover

● Goto Anything

● Command Palette

● Extensive customization through JSON

settings file

● Project specific settings and controls