sublime text

Config

install package control

use ctrl+` to open the scripting window and then paste the following commands in:

import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())

location of packages

/Users//Library/Application Support/Sublime Text 3/Packages

open sublime from OS X using terminal

alias subl="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"

Packages

markdown support

remove trailing whitespaces

  • whitespace
X