Live data from Hacker News

What's your favorite editor to hack with?

news.ycombinator.com

51–60 of 64 posts

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

#53
post #29

jedit

I prefer to use jEdit when I'm working on a project that I move between several different machines to work on - if I know I'll be developing on a mac, linux, and windows machine it's good to keep some sense of organization the same inside the text editor and it's plugins.

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

#55
post #28
post #21

currently I'm learning Emacs, and I'm loving it. For quick tasks (i.e.: config file, glue scripts) if emacs is not running (i.e.: connected on a server) then Vim. For really stupid things, cat ;)

Hmm, I've always found it odd how many people say they use emacs, but not for "quick" tasks. It's not like it takes long to start it up -- on my machine, emacs -f kill-emacs takes 0.12 seconds.

And you don't even have to start up emacs at all. I keep mine running for months without exiting. You can use tramp mode for editing remote files if needed:

/[user@]machine:localfile

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

#56

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…

Aquamacs is a pretty good crutch if you want to wean yourself off of standard keyboard shortcuts slowly. Basically, 'Cmd' + key does the Emacs thing most closely corresponding to the usual thing a Mac program would do. Cmd-O for Open, Cmd-X to cut, etc. This works because the main Emacs key combinations use Ctrl, of course.

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

#60
post #4

Earlier quoted context omitted.

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.

there are no movement commands in insert mode (to my knowledge) in vi
Post reply on HN