What's your favorite editor to hack with?
11–20 of 64 posts
PluggableTextMorph
Re: What's your favorite editor to hack with?
#12emacs
Re: What's your favorite editor to hack with?
#13TextMate
Re: What's your favorite editor to hack with?
#14emacs
I learned it for Slime, and started using it for everything else when every other editor felt crippled.
Re: What's your favorite editor to hack with?
#15Vi. The simplicity, speed, and the fact that it is installed on any *nix system by default are my favorite aspects of Vi. I've played around with Vim, but haven't migrated to it because I just don't use the features.
At times, I have been tempted to move to Emacs due to all its cool features but have not yet, maybe some day. Emacs in slime mode has been great to use while learning lisp.
Re: What's your favorite editor to hack with?
#16Depends what I'm hacking. I actually use both vi and emacs -- vi for quick edits and emacs for more serious work. Eclipse for Java but nothing else. I'll resort to ed if I'm on a system where I don't have my emacs customizations and vi isn't vim.
Re: What's your favorite editor to hack with?
#17I 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…
Print yourself an emacs cheatsheet, key combinations get a little cryptic but they are the fastest way to interact with an editor (I think its probably good to use them even in other editors)
This sheet's a little basic, but its a start: http://ccrma.stanford.edu/guides/package/emacs/emacs.html
Re: What's your favorite editor to hack with?
#18Intype.
Re: What's your favorite editor to hack with?
#19I use vim and gvim.
Re: What's your favorite editor to hack with?
#20Vim