For really stupid things, cat ;)
What's your favorite editor to hack with?
21–30 of 64 posts
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.
Re: What's your favorite editor to hack with?
#22(g)Vim
Re: What's your favorite editor to hack with?
#23Scite
Re: What's your favorite editor to hack with?
#24Re: What's your favorite editor to hack with?
#25TextMate
I've started using e Text editor for Windows; as it supports the TextMate bundles.
Re: What's your favorite editor to hack with?
#26I generally use vim and have the ViAllOver input manager to add vi commands to other text editors.
http://www.dabble.org/viallover/
Unfortunately, ViAllOver won't work in Komodo, TextMate, etc. since many editors don't use NSTextView.
Re: What's your favorite editor to hack with?
#27Kate, mostly. Vim when I need to do a quick edit (I use xterms for a lot of stuff I do) or when logging in remotely.
Re: What's your favorite editor to hack with?
#28currently 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.
Re: What's your favorite editor to hack with?
#29jedit
Re: What's your favorite editor to hack with?
#30i'm a schizophrenic:
emacs - as a user, for lisp, xml, text, html templates, everything that takes time. Launched at morning.
vi/vim - as a root/admin, for editing config files, especially on remote machines
notepad.exe - on windows, very rarely