Vim Beats Emacs in 'Linux Journal' Reader Survey (linuxjournal.com)
The newly-relaunched Linux Journal is conducting its annual "Reader's Choice Awards," and this month announced the winners for Best Text Editor, Best Laptop, and Best Domain Registrar. Vim was chosen as the best editor by 35% of respondents, handily beating GNU Emacs (19%) Sublime Text (10%) and Atom (8%).
Readers' Choice winner Vim is an extremely powerful editor with a user interface based on Bill Joy's 40-plus-year-old vi, but with many improved-upon features including extensive customization with key mappings and plugins. Linux Journal reader David Harrison points out another great thing about Vim "is that it's basically everywhere. It's available on every major platform."
For best laptop their readers picked Lenovo (32%), followed by Dell (25%) and System76 (11%). The ThinkPad began life at IBM, but in 2005, it was purchased by Lenovo along with the rest of IBM's PC business. Lenovo evolved the line, and today the company is well known as a geek favorite. Lenovo's ThinkPads are quiet, fast and arguably have one of the best keyboards (fighting words!). Linux Journal readers say Lenovo's Linux support is excellent, leaving many to ponder why the company doesn't ship laptops with Linux installed.
In February readers also voted on the best web browser, choosing Firefox (57%) over Chrome (17%) and Chromium (7%). And they also voted on the best Linux distribution, ultimately selecting Debian (33%), open SUSE (12%), and Fedora (11%).
For best laptop their readers picked Lenovo (32%), followed by Dell (25%) and System76 (11%). The ThinkPad began life at IBM, but in 2005, it was purchased by Lenovo along with the rest of IBM's PC business. Lenovo evolved the line, and today the company is well known as a geek favorite. Lenovo's ThinkPads are quiet, fast and arguably have one of the best keyboards (fighting words!). Linux Journal readers say Lenovo's Linux support is excellent, leaving many to ponder why the company doesn't ship laptops with Linux installed.
In February readers also voted on the best web browser, choosing Firefox (57%) over Chrome (17%) and Chromium (7%). And they also voted on the best Linux distribution, ultimately selecting Debian (33%), open SUSE (12%), and Fedora (11%).
It's popcorn time!
vim is great because it's on all platforms is like saying anal sex is great because it works on all genders.
Most of the Emacs users are still waiting for it to load so they can cast their vote.
I guess that's settled.
Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
Nuff said.
Sig ?
Blasphemy. It emulates they keyboard commands from WordStar which the Borland tools also emulated. It's the choice of many old-school programmers.
While it is true some variant of these are available everywhere, just like pico/nano, they can't be relied on to be an iteration of the application you know how to use.
That may be so, but nano, at least, puts the most common commands on the bottom of the screen, including the all-important keystroke that gets you into the rest of the help system. Of course, you need to know that ^X means what most people would write as CTRL+X, but anybody who's expecting to need to use an editor in a CLI shouldn't have any trouble with that.
Good, inexpensive web hosting
Because I usually use "Joe", because of the WordStar compatibility, as I learned coding with Turbo Pascal and Turbo C. I used Emacs for a while until the devel team there made some really stupid decisions, then I went back to Joe. So far it has compiled anywhere I tried and usually just works.
Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
Odd, have you actually checked there aren't any other default schemes available? On all of the OSX, Linux, BSD & Cygwin Vims I've used, it's always included a standard pack to choose from.
http://vimcolors.com/
https://github.com/flazz/vim-c...
I've been using VIM for 20 years.
I swear one of these days I'll figure out how to quit the damn thing!
The top vote getters for text editor are vim and emacs? That right there tells you why linux will never succeed on the desktop.
Linux Journal reader David Harrison points out another great thing about Vim "is that it's basically everywhere. It's available on every major platform."
So is Emacs ding-dong.
My $0.02 - I'm a long-time Emacs and Vi user - since the mid 1980s. I use Vi /Vim for short/quick edits and Emacs for things I want more of an IDE. Vim is a fine, fairly simple, text editor and Emacs is, well, Emacs. Granted the learning curve for Emacs much higher to really take advantage of it, but it's well worth it over the long run. If I could only have one editor, it would be Emacs - no question.
It must have been something you assimilated. . . .
"Every version is subtly different, and just because you can use the modern version doesn't mean you know the subset of common features that work everywhere."
You are talking about the many vi clones that exist or existed (nvi, elvis, ex-vi, stevie etc). while the article mentions the One True Editor that came to rule them all, Vim, created by Bram Moolenaar. Today any *nix distribution is guaranteed to have vim available, and there is no such difference of common features anymore.
Stupidity is an equal opportunity striker.
Fellow slashdotter Bill Dog
I had to work remotely on some Macs on my last job, and only had a terminal interface via SSH. nano was my editor of choice. It was there, and reasonably simple to use for what I needed. So, yeah, I agree its ease-of-use is a bonus. I'll typically just fire up nano for editing small text or config files if I've already got a terminal open, but for actual programming work, I tend to use an IDE.
I'm not sure I understand the logic of people who argue about "efficiency" though, at least when it comes to programming. In my experience, writing good code isn't about furiously typing as fast as you can, so I've never felt motivated to learn a bunch of keyboard-only shortcuts.
Irony: Agile development has too much intertia to be abandoned now.
C'mon people! There are so many great editors out there today that are actually modern.
- Notepad++
- Sublime Text
- Visual Studio Code
- Visual Studio
These editors can do all the important stuff that vim and emacs could do, and you don't have to memorize a whole list of commands to use them!
Vim is really more a style of keybindings than strictly an editor at this point.