Live data from Hacker News

Setting up Sublime Text 2

drewbarontini.com

1–10 of 53 posts

Re: Setting up Sublime Text 2

#3
Nice guide. I'm surprised Aqua didn't make it to the themes section - a theme to make Sublime look more native on OS X: http://github.com/cafarm/aqua-theme

CommandOnSave is a nice plugin that I've been using recently, very useful for automatically running Makefiles on save, etc.

Also, if you want to browse Hacker News via Sublime Text, here's a small plug for my plugin: "Hacker News" (https://github.com/kaolinite/HackerNews-SublimeTextPlugin)

Re: Setting up Sublime Text 2

#4
Been using Sublime Text for awhile now and I'm always finding something new. One thing I'd like to point out is that it actually supports multiple selections by default and you don't need to enable VIntage mode to take advantage of the huge timesaver: http://www.sublimetext.com/docs/2/multiple_selection_with_th...

Re: Setting up Sublime Text 2

#5
post #2

There are a lot more keyboard shortcuts for this editor, makes you much faster if you don't have to touch a mouse. Here's a "cheat sheet": http://i.imgur.com/yGrUAL8.png

Printing as I type, thanks so much for sharing this. Saw a few that I didn't know about and others that I google far too regularly.

Re: Setting up Sublime Text 2

#6
Great guide, it covers most of the must have plugins.

While everyone is talking about themes, if there are any Intellij 12 users out there that fancy the Darcula theme, I've created a theme for both Intellij 12 and Sublime Text 2 which is a blend of Solarized and Darcula: https://github.com/rickhanlonii/Solarized-Darcula

Re: Setting up Sublime Text 2

#10
One of the things I like most about Sublime is that it just works right out of the box. Sure almost everyone uses a plugin or two, but to me it's the editor that doesn't need blog posts about how to configure it, it doesn't require you to keep a git repository of your thousand-line configuration, it doesn't require an understanding of esoteric key commands to get started.

To me, Sublime is an editor for people who don't want to spend man-weeks fucking with their editor and just want to get to work.

Post reply on HN