sublime text 2 pro tips

Post on 12-Jul-2015

204 Views

Category:

Software

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Sublime  Text

Edit

⌘U

Edit

Undo  Selection

⇧⌘V

Edit

Paste  and  Indent

⌃⌘↑

Edit

Swap  Line  Up

⇧⌘D

Edit

Duplicate  Line

⌃⇧K

Edit

DeleteLine

⌃⇧W

Edit

Wrap  Selection  with  Tag

⌘⌥[

Edit

Fold

⌘K,  ⌘#

Edit

Fold  Level

Selection

⇧⌘␣  

Selection

Expand  Selection  to  Scope

⇧⌘A

Selection

Expand  Selection  to  tag

⌘D

Selection

Expand  Selection  to  Word

⌃⇧↓  

Selection

Add  next  line

Selection

Single  selection

Find

⌘F

Find

Find

⌘G

Find

Find  Next

⌃⌘G

Find

Quick  Find  All

⇧⌘F

Find

Find  in  Files

View

⌃⌘F

View

Full  Screen

⇧⌃⌘F

View

Distraction  Free

⌥⌘2

View

2  Columns  Layout

Goto

⌘P

Goto

Goto  Anything

⌘#

Goto

Goto  Tab

Tools

⌘⇧P

Tools

Command  Pallete

Tools

Snippets

Current  language  snippets

⌃Q

Tools

Record  Macro

⌃⇧Q

Tools

Playback  Macro

Plugins

Soda  Theme

Plugins

DocBlockr

Plugins

Fetch

Plugins

Sidebar  Enhancements

Plugins

Zen  Coding

Plugins

Prefixr

Plugins

Advanced  New  File

Plugins

My  prefs

tab_size4

My  prefs

trim_trailing_white_space_on_savetrue

My  prefs

auto_completefalse

My  prefs

font_faceConsolas

My  prefs

$  subl

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

$  subl

$  subl  .

$  subl

Usage:  subl  [arguments]  [files]                  edit  the  given  files      or:  subl  [arguments]  [directories]      open  the  given  directories      or:  subl  [arguments]  -­‐                              edit  stdin

Arguments:    -­‐-­‐project  <project>:  Load  the  given  project    -­‐-­‐command  <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

top related