Live data from Hacker News

Poll: Which is your primary text editor?

news.ycombinator.com

81–90 of 163 posts

Re: Poll: Which is your primary text editor?

#81
post #65
post #31

If you can still change the options, please change Vi to Vim, as I'm sure most of the people voting for it actually mean Vim.

Well, vi is the editor I use 2nd most (after Emacs), but I use nvi nearly as often as I use vim, and I avoid the vim extensions (except the useful :help). I imagine changing vi to vim would be a bit like changing Emacs to GNU Emacs.

THere are people who don't use GNU Emacs?

Re: Poll: Which is your primary text editor?

#82
post #76
post #5

Vi != Vim

Yes, only nobody cares about and nobody uses vi anymore. Even the "vi" mode in a lot of distros is vim with a compatibility flag. And people only use it in an unknown system to edit some admin files in a hurry. Vi in 2013 == Vim.

Vi in 2003 == Vim.

Re: Poll: Which is your primary text editor?

#83
post #72
post #55

Earlier quoted context omitted.

Well, not quite sure about that. The only time I edit a text file outside my IDE is when I connect directly to a server, and in that case I use vi. That seems ridiculous to chose Vi as my primary text editor, when 99.9% of my text editing is done in Intellij. Well I abstained in this case, however where do you draw the limit ? If there was a poll about "What is your primary IDE" would Vim or Emacs not be listed becau…

Vim/emacs are text editors and can be customized to act as IDE. IDEs are IDEs. If asked What is your primary IDE, you can still say emacs or VIM

Exactly! And when you use your IDE to edit text file they should be listed aswell using the same logic.

When I said 99.9% of my text editing is done in Intellij. I also meant text editing outside of the project I'm working on: various config files, log file parsing, remote config files, ... Except for some extreme case like very large file, I rarely find the need to switch to another editor those days.

Those days there is a large overlap between text editors and IDE. Both have made huge progress, so that outside java or c#, some text editor are perfectly serviceable IDE and conversely, IDE editor make decent editor.

Re: Poll: Which is your primary text editor?

#86
post #41

How could you have forgotten the standard text editor, http://www.gnu.org/fun/jokes/ed-msg.html

People often underestimate the power of ed. It's very useful when terminals are misbehaving and curses editors no longer work, or in shell scripts which modify files. (Ed commands in here documents.)

Ed anecdote: A friend of mine once wanted to make an inverted version of sed, which takes commands on stdin and applies them to a file named in the arguments. I think he called it fsed. I facepalmed and gave him my copy of The UNIX Programming Environment.

Re: Poll: Which is your primary text editor?

#89
post #8

Earlier quoted context omitted.

I'm sure there's a bit of selection bias by only polling the HN crowd (and at midnight on the west coast of the US / 3AM on the east coast -- a good portion of HN'ers are in SV).

The geographical interpretation is strange. Why would you think Sublime would be relatively more prevalent than vi/emacs in SV? (Also don't forget it's coffee time in Europe)

> The geographical interpretation is strange.

Logically, you'd be right that it wouldn't make much sense. However geographical trends like that do happen. eg SLES tends to have more traction in Europe than in the US (where RHEL is king of the enterprise space). Opera is more widely used in Europe and some eastern blocks than it is in the States. Apple hardware has a lower foothold in Europe than in America. And so on.

Often it's just a case that people will use what they see their peers use rather than what they're told they should use by the internet.

Re: Poll: Which is your primary text editor?

#90
post #65

Earlier quoted context omitted.

Well, vi is the editor I use 2nd most (after Emacs), but I use nvi nearly as often as I use vim, and I avoid the vim extensions (except the useful :help). I imagine changing vi to vim would be a bit like changing Emacs to GNU Emacs.

THere are people who don't use GNU Emacs?

I assume he's thinking of things like http://www.xemacs.org/
Post reply on HN