Sublime Text 2




InstalaCión


Debian/ Ubuntu
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update 
sudo apt-get install sublime-text
 
Linux
wget http://c758482.r82.cf2.rackcdn.com/Sublime\ Text\ 2.0.2.tar.bz2
tar vxjf Sublime\ Text\ 2.0.2.tar.bz2 

The Data Directory


Linux
~/.config/sublime-text-2

Windows
%APPDATA%\Sublime Text 2

Mac
~/Library/Application Support/Sublime Text 2

Symbolic Li nk



ln -s "#{Directory}/bin/subl" ~/bin/subl

User and Language Settings



  • User Settings
  • Language Settings

                    

PACkages, Plugins and Other Things



import urllib2,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler()) ); by = urllib2.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); open( os.path.join( ipp, pf), 'wb' ).write(by) if dh == h else None; print('Error validating download (got %s instead of %s), please try manual install' % (dh, h) if dh != h else 'Please restart Sublime Text to finish installation')

  • Install Package Manager
  • Package Settings


File NAVIGATION


  • Navigate To Anything
  • Navigate To Symbol
  • Navigate To Line


PROJECTS


  • Set a project
  • Switch projects
  • Project Settings
  • Exclude from project

SNippets

  • Create a Snippet
  • Organize Snippet
  • Use Snippets

Sublime Text 2

By Roy Cruz

Sublime Text 2

  • 236