Live data from Hacker News

Ask HN: Any drawbacks to Sublime Text 3 update?

news.ycombinator.com

11–12 of 12 posts

Re: Ask HN: Any drawbacks to Sublime Text 3 update?

#11
post #5

Lots of people have been using the beta and dev versions for a long time, it's a lot faster and there are lots of upsides. I used it for a long time (switched to Emacs recently) and found it superior to ST2 in just about every regard.

I am a big emacs fan as well and have switched back to emacs after two years of using Sublime. One thing I do miss from Sublime is the blazingly fast grep on Windows. On linux emacs grep works well enough, but on windows grep is broken out of the box on binary builds and using cygwin causes greps to be much slower for some reason.

Re: Ask HN: Any drawbacks to Sublime Text 3 update?

#12
post #11
post #5

Lots of people have been using the beta and dev versions for a long time, it's a lot faster and there are lots of upsides. I used it for a long time (switched to Emacs recently) and found it superior to ST2 in just about every regard.

I am a big emacs fan as well and have switched back to emacs after two years of using Sublime. One thing I do miss from Sublime is the blazingly fast grep on Windows. On linux emacs grep works well enough, but on windows grep is broken out of the box on binary builds and using cygwin causes greps to be much slower for some reason.

https://github.com/Wilfred/ag.el works amazingly on Linux, ag is much faster than grep (and will try to parse .gitignore and similar files to give more relevant results). Might be worth a try on Windows as well?

You can find ag in https://github.com/ggreer/the_silver_searcher

Post reply on HN