Live data from Hacker News

Vim hall of honour

vim.org

41–48 of 48 posts

Re: Vim hall of honour

#41
post #34

Do you guys Vim is as good in non-Unix environments?

Seamless integration into a Unix terminal environment is one of vim's biggest advantages. As an example, the ubiquitous plugin syntastic provides syntax checking for several dozen languages by simply passing your source through the respective command line interpreter and piping the error response back into vim.

Re: Vim hall of honour

#42

Earlier quoted context omitted.

First, value is relative. To my grand mother, Vim has no value. Second, it is true that the price in an efficient market tends to approach the value most consumers will get out of the product (see http://en.wikipedia.org/wiki/Supply_and_demand ). That being said, the value a consumer assigns to a product is always superior to the actual price he is paying, otherwise, why would he bother with the transaction at all? H…

In many parts of world water IS NOT free. Indeed, there are places where people kill each other for fresh water. Just a tiny nitpick... ;)

It still falls free from the sky. People make claims on it after that point. How extreme these claims can get only shows how different price and value are.

Re: Vim hall of honour

#43
post #34

Do you guys Vim is as good in non-Unix environments?

Gvim on windows is an easy way to get a tool that will do search, regex replacement, quick text editing macros, etc. All you need is to run executable (gvim.exe), there is no need to install, so from a copy of gvim.exe on a usb drive, dropbox, or whatever, (and by memorizing your favorite vim settings!) you can do some pretty advanced text editing that surpasses whatever is available in a stock windows install.

Re: Vim hall of honour

#44
post #34

Do you guys Vim is as good in non-Unix environments?

I work in corporate where there is no admin access to my work machine and we're expected to use Notepad for small tasks and Word for big ones. The windows version of Gvim gives me all the familiar keybindings I have on my Linux box at home, with features my coworkers can't get in their editors (I use sed several times a day--what a lifesaver).

The unity in keybindings between my home coding environment and my work coding environment means there's very little cognitive dissonance--my muscle memory does all the work. People who don't spend their time equally split on vastly platforms probably don't understand just how huge of a godsend a cross-platform editor is (Emacs/Sublime have this too--not meaning to suggest there aren't other editors that have this).

Re: Vim hall of honour

#45
post #21

Earlier quoted context omitted.

So you're saying that this person was implying that even though the price is 0 euro, the consumer surplus is greater than 100 euro? I can understand this reasoning, so thanks for explaining it. I'm not sure I believe that consumer surplus can be measured outside of controlled psychology experiments, since it's only speculation and talk is cheap. I guess I always thought that the value (or worth - these are the same,…

I think the efficiency of markets is based around marginal costs and benefits, not absolute costs and benefits. The cost of goods are set by looking at the intersection of the people willing and able to supply the good, and the set of people willing to pay for the good. See, for example, http://en.wikipedia.org/wiki/Supply_and_demand But the point is that you've found an equilibrium in the system with the current pri…

I understand when it comes to something that is normally bought and sold, but I guess it changes for me when it comes to something that is normally given away for free and never sold, except as part of a larger system such as OS X or enterprise Linux.

Re: Vim hall of honour

#46
post #37
post #34

Do you guys Vim is as good in non-Unix environments?

I use gVim on Windows and MacVim on OSX and while I'm no uber power user, I think they do the job very nicely. I've never really missed much on either platform in terms of capability. The only thing I'd say is that viEmu for Visual Studio is lacking in several areas, but the access to VS's Intellisense makes up for it. And that's of course not an issue with vim as much as viEmu.

Check out VsVim for Visual Studio. It's quite good. http://visualstudiogallery.msdn.microsoft.com/59ca71b3-a4a3-...

Re: Vim hall of honour

#47
post #24
post #20

Earlier quoted context omitted.

VIM is all about its legacy, huge ecosystem and hype I don't agree with the "hype" part. Where's the hype? I use vim because it gets the job done.

> I use vim because it gets the job done. And because it's available everywhere I guess. Without such wide availability (that's what "hype" probably refers to), I don't think it would have been so popular.

So if it hadn't been so popular, it wouldn't have been so popular.

Re: Vim hall of honour

#48
post #34

Do you guys Vim is as good in non-Unix environments?

Seamless integration into a Unix terminal environment is one of vim's biggest advantages. As an example, the ubiquitous plugin syntastic provides syntax checking for several dozen languages by simply passing your source through the respective command line interpreter and piping the error response back into vim.

That's exactly what I mean - maybe you lose too much in Windows systems. (Emacs isolates you more from the OS, of course.)
Post reply on HN