Live data from Hacker News

Poll: What Text Editor Do You Use?

news.ycombinator.com

51–60 of 76 posts

Re: Poll: What Text Editor Do You Use?

#55

ed is missing. And, yes, I used that thing over telnet in this century to do coding for a MUD…

Ed is the standard text editor. http://www.gnu.org/fun/jokes/ed-msg.html

Do you mean that it isn’t necessary to list it here because everybody uses it all the time and listing it would render the poll senseless?

Re: Poll: What Text Editor Do You Use?

#56
post #17

Notepad++, Eclipse, Vim depending on what I'm doing. Eclipse when frequently moving between many files in a project, quickly opening project files via CTRL-SHIFT-R, and to benefit from configured project stuff like file synchronization or some plugins e.g. for legacy VCS that we partially use and I don't want to waste time to learn. Notepad++ mostly when performing some find & replace operations and opening files tha…

Vim.

I use Notepad++ when I have someone looking over my shoulder, as most people in my group don't spend their day in a text editor and never have. Those people have Notepad++.

Re: Poll: What Text Editor Do You Use?

#60
I use 3+epsilon different editors depending on the situation.

I use Sublime when I'm on a Mac; vim when I'm ssh'd to a remote system and just need to quickly edit a file, or even sometimes locally if I just need to add one or two lines. Emacs if I'm on a remote or non-Mac system and need to do more in-depth editing.

What I really love is just "cat" to a file, though.

Post reply on HN