Live data from Hacker News

What's your favorite editor to hack with?

news.ycombinator.com

1–10 of 64 posts

Re: What's your favorite editor to hack with?

#2
I love TextMate on the Mac. Personally I think it's the best thing since sliced bread :)

The only problem is that it's not cross platform and it's not available when you're connecting over SSH into a server to fix some problems. I use Vi most of the time to just edit configuration files, etc, but I found it lacks the power I need for doing serious hacking (for all the vi lovers out there, I'm willing to admit this is due to my ignorance).

I'm re-trying to learn Emacs to do some Erlang hacking but I've always been turned off the by the relatively cryptic key combinations.

Re: What's your favorite editor to hack with?

#3
Lately I've been using Komodo edit from ActiveState, for a few reasons: It's free (but not open source), cross-platform, optional vi (or emacs) key bindings, built-in FTP support, cool "toolbox" feature, code completion for a few scripting languages...

And it is based on the Mozilla platform, so it has extensions just like Mozilla products.

Re: What's your favorite editor to hack with?

#4

I love TextMate on the Mac. Personally I think it's the best thing since sliced bread :) The only problem is that it's not cross platform and it's not available when you're connecting over SSH into a server to fix some problems. I use Vi most of the time to just edit configuration files, etc, but I found it lacks the power I need for doing serious hacking (for all the vi lovers out there, I'm willing to admit this is…

Why regular Vi and not Vim?

Re: What's your favorite editor to hack with?

#5
post #4

I love TextMate on the Mac. Personally I think it's the best thing since sliced bread :) The only problem is that it's not cross platform and it's not available when you're connecting over SSH into a server to fix some problems. I use Vi most of the time to just edit configuration files, etc, but I found it lacks the power I need for doing serious hacking (for all the vi lovers out there, I'm willing to admit this is…

Why regular Vi and not Vim?

You are right, I actually use Vim not Vi, I don't like Vi much as it doesn't seem to like certain things, like key movements in insert mode.
Post reply on HN