Configuring Sublime Text 2
mutuallyhuman.com
Configuring Sublime Text 2
1–10 of 92 posts
Re: Configuring Sublime Text 2
#2My favorite ones are Zen Coding (now deprecared in favor of Emmet) and SublimeERB when working with ERB - the front-end dev in me cries of joy when using them :-)
Re: Configuring Sublime Text 2
#3Sublime ships w/ a command-line executable:
/usr/bin/sublRe: Configuring Sublime Text 2
#4Re: Configuring Sublime Text 2
#5Re: Configuring Sublime Text 2
#6Can someone explain the difference between command-p and command-t?
Re: Configuring Sublime Text 2
#7My first piece of advice is to set up a command line alias for Sublime... Sublime ships w/ a command-line executable: /usr/bin/subl
Re: Configuring Sublime Text 2
#8My first piece of advice is to set up a command line alias for Sublime... Sublime ships w/ a command-line executable: /usr/bin/subl
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/sublRe: Configuring Sublime Text 2
#9Can someone explain the difference between command-p and command-t?
Re: Configuring Sublime Text 2
#10So if you wanted to find something with the class btn_order in index.aspx, in Windows you'd hit CTRL-P and type "index#btn", hit enter, and there you are. You can of course scroll up/down through the available files matching the filter before you hit # -- the keyword search applies to the currently selected file.