Slide 1

Slide 1 text

Sublime   Text

Slide 2

Slide 2 text

Edit

Slide 3

Slide 3 text

⌘U Edit Undo   Selection

Slide 4

Slide 4 text

⇧⌘V Edit Paste  and   Indent

Slide 5

Slide 5 text

⌃⌘↑ Edit Swap  Line   Up

Slide 6

Slide 6 text

⇧⌘D Edit Duplicate   Line

Slide 7

Slide 7 text

⌃⇧K Edit Delete Line

Slide 8

Slide 8 text

⌃⇧W Edit Wrap   Selection   with  Tag

Slide 9

Slide 9 text

⌘⌥[ Edit Fold

Slide 10

Slide 10 text

⌘K,  ⌘# Edit Fold  Level

Slide 11

Slide 11 text

Selection

Slide 12

Slide 12 text

⇧⌘␣   Selection Expand   Selection   to  Scope

Slide 13

Slide 13 text

⇧⌘A Selection Expand   Selection   to  tag

Slide 14

Slide 14 text

⌘D Selection Expand   Selection   to  Word

Slide 15

Slide 15 text

⌃⇧↓   Selection Add  next   line

Slide 16

Slide 16 text

⎋ Selection Single   selection

Slide 17

Slide 17 text

Find

Slide 18

Slide 18 text

⌘F Find Find

Slide 19

Slide 19 text

⌘G Find Find  Next

Slide 20

Slide 20 text

⌃⌘G Find Quick   Find  All

Slide 21

Slide 21 text

⇧⌘F Find Find  in   Files

Slide 22

Slide 22 text

View

Slide 23

Slide 23 text

⌃⌘F View Full   Screen

Slide 24

Slide 24 text

⇧⌃⌘F View Distraction   Free

Slide 25

Slide 25 text

⌥⌘2 View 2  Columns   Layout

Slide 26

Slide 26 text

Goto

Slide 27

Slide 27 text

⌘P Goto Goto   Anything

Slide 28

Slide 28 text

⌘# Goto Goto  Tab

Slide 29

Slide 29 text

Tools

Slide 30

Slide 30 text

⌘⇧P Tools Command   Pallete

Slide 31

Slide 31 text

Tools Snippets Current   language   snippets

Slide 32

Slide 32 text

⌃Q Tools Record   Macro

Slide 33

Slide 33 text

⌃⇧Q Tools Playback   Macro

Slide 34

Slide 34 text

Plugins

Slide 35

Slide 35 text

Package   Control http://wbond.net/ sublime_packages/ package_control Plugins

Slide 36

Slide 36 text

Soda  Theme Plugins

Slide 37

Slide 37 text

DocBlockr Plugins

Slide 38

Slide 38 text

Fetch Plugins

Slide 39

Slide 39 text

Sidebar   Enhancements Plugins

Slide 40

Slide 40 text

Zen  Coding Plugins

Slide 41

Slide 41 text

Prefixr Plugins

Slide 42

Slide 42 text

Advanced   New  File Plugins

Slide 43

Slide 43 text

My  prefs

Slide 44

Slide 44 text

tab_size 4 My  prefs

Slide 45

Slide 45 text

trim_trailing_white_ space_on_save true My  prefs

Slide 46

Slide 46 text

auto_complete false My  prefs

Slide 47

Slide 47 text

font_face Consolas My  prefs

Slide 48

Slide 48 text

$  subl

Slide 49

Slide 49 text

ln  -­‐s   "/Applications/Sublime  Text  2.app/ Contents/SharedSupport/bin/subl"   ~/bin/subl $  subl

Slide 50

Slide 50 text

$  subl  . $  subl

Slide 51

Slide 51 text

Usage:  subl  [arguments]  [files]                  edit  the  given   files      or:  subl  [arguments]  [directories]      open  the  given   directories      or:  subl  [arguments]  -­‐                              edit  stdin Arguments:    -­‐-­‐project  :  Load  the  given  project    -­‐-­‐command  :  Run  the  given  command    -­‐n  or  -­‐-­‐new-­‐window:    Open  a  new  window    -­‐a  or  -­‐-­‐add:                  Add  folders  to  the  current  window    -­‐w  or  -­‐-­‐wait:                Wait  for  the  files  to  be  closed   before  returning    -­‐b  or  -­‐-­‐background:    Don't  activate  the  application    -­‐s  or  -­‐-­‐stay:                Keep  the  application  activated   after  closing  the  file    -­‐h  or  -­‐-­‐help:                Show  help  (this  message)  and  exit    -­‐v  or  -­‐-­‐version:          Show  version  and  exit $  subl