top | item 614843

Vim made easy: how to get your favorite IDE features in Vim

67 points| sdfx | 17 years ago |arstechnica.com | reply

44 comments

order
[+] solutionyogi|17 years ago|reply
OR get Vim in your Visual Studio. http://viemu.com I think getting Vim in VS is much better option because I can't live without Resharper. Now I get best of both the worlds!
[+] zcrar70|17 years ago|reply
ViEmu rocks. I hope the guy who wrote it does reasonably out of it, because it's a great piece of software.
[+] brentr|17 years ago|reply
Do you know of something like this for emacs?
[+] itodd|17 years ago|reply
I can't believe they talked about MiniBuffExplorer and didn't mention Vim 7's tabs.
[+] graywh|17 years ago|reply
Why? Because you think Vim's tabline is a replacement for :ls<CR> ? I talk to a lot of people trying to use Vim's tabs the way other editors use tabs--to list the open files--but it doesn't always work.
[+] jasonkester|17 years ago|reply
All I want is CTRL+C and CTRL+V, and to not have to type I before I can edit anything. Is there any way to tell the thing to simply behave like Notepad so that I can edit some text?
[+] ori_b|17 years ago|reply
All I want is for my car to behave like walking. How can I replace the ignition key with tying shoelaces?

Vim is really a crude programming language for text manipulation, more than anything else. Trying to use it like notepad throws out more or less all the reasons you would have for using it.

(As a side note: there are wrappers around it that try to do what you want. see 'evim' or 'cream')

[+] graywh|17 years ago|reply
If you want to use Vim without learning how to use Vim, you're probably better off not using Vim.
[+] tannerburson|17 years ago|reply
So why even use it? If you're on linux grab Gedit or Kate, on OSX just use the built in textpad, and on windows, you've obviously got Notepad.
[+] shiranaihito|17 years ago|reply
I hated vim the first time I ever tried it. It's "natural" to hate it if you're used to only Windowsy things (as I was).

After trying it out a couple of times, though, I came to realize that I like it.

Maybe you could give it another chance or two.