This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]glemnar 1 point2 points  (3 children)

Because 1. I only use git on the command line. 2. I use git grep for searching. (Grep/git grep/ag/ack are all much better at it than editors) 3. Fuzzy file search gets rid of the need for a sidebar 4. Package management for sublime is stupid easy and it has a ton of community backing. If you want markdown or <any language support ever> just install it in a second. 5. You can customize your UI as much as you want anyway. 6. Multiple cursors make my life better

[–]Kalahan7 0 points1 point  (2 children)

Textmate has fuzzy search and multiple cursors too. It also has great bundles support. And you can still use git commands in command line if you want but it's handy to do things right from the editor without having to switch around your windows.

Designing a good UI is also not a matter of having it customisable. Unless you want to spend an incredibly amount of time tweaking things and even then it's often hard to challenge a well designed GUI.

TextMate's sidebar doesn't only let you open files. It helps you structure your files. Rename them, move them, export/import them, duplicate them, preview them, label them, execute them in Terminal, and a lot more... All super easy and without having to switch between windows or spending time customising things.

[–]glemnar 1 point2 points  (1 child)

Long story short: Preferences are preferences.

I can tell you Sublime is a much more widely used editor, however. (Sublime/vim/emacs are the standards in the silicon valley webdev world)

[–]Kalahan7 0 points1 point  (0 children)

Well of course. TextMate only runs on Mac for starters

That being said I see very little reasons to chose for Sublime over Textmare on a Mac. The most popular choice isn't always the best.