I used to use Vim, and then I got a job after college working with .NET (this was in 2003). Since then I've used Visual Studio as my primary IDE. Its features (or that of Eclipse) seem to (pardon the pun) eclipse the crap out of Vim. The contextual information you get in VS by hovering your mouse on any variable, the built-in debugging, etc. Studio isn't a just text editor, it actually understands the semantics of yo…
Why I use vim
21–30 of 56 posts
Re: Why I use vim
#22I used to use Vim, and then I got a job after college working with .NET (this was in 2003). Since then I've used Visual Studio as my primary IDE. Its features (or that of Eclipse) seem to (pardon the pun) eclipse the crap out of Vim. The contextual information you get in VS by hovering your mouse on any variable, the built-in debugging, etc. Studio isn't a just text editor, it actually understands the semantics of yo…
You can get VsVim to use vim like editing inside of Visual Studio, which may give you the best of both worlds?
Re: Why I use vim
#23The speed increase on paragraph editing capabilities is really attracting versus pointing your mouse to do everything. I'm gonna give it a shot, thanks.
It took me two weeks before I finally grew comfortable with vim, so don't get discouraged. Start off by treating it as a regular text editor. Use the arrow keys to move around, use control (windows) or option (mac) + arrow keys to quickly move between words, etc. Slowly introduce a few vim shortcuts at a time. It was also helpful for me to write the commands on a whiteboard or a post it and have it on my monitor as r…
Re: Why I use vim
#24Re: Why I use vim
#25This is helpful, particularly the resources listed, but I would advise against using someone else's config starting out. Continually editing my own .vimrc for the first few months was a big part of learning. If you use someone else's dotfiles right from the start, there's a good chance you'll end up believing some behaviour is default when it really isn't, and that's going to mess you up.
I'm now sort-of trying to learn VIM again. My vimrc has about 10-15 lines in it, and I know what each one does. I have a color scheme installed, but no other plugins.
How I boosted my Vim [2] has been helpful to me in adding things to my vimrc, because Vincent Driessen is, as always, clear-minded and erudite in his description of what things do, and has good taste on a basic setup that will make sense to the modern developer. Again though, I haven't blindly pasted in all his stuff—instead, when I feel some friction with my Vim settings, I head to that article and see if there's a tweak he's listed that I can use.
Re: Why I use vim
#26I am stuck with windows and cygwin. Is there a way to run vim without the weird bugs? I run rxvt and still see a lot of weirdness with vim, I really only use it for quick edits. I would love to put in the time to learn it better, but I don't want to suffer through weirdness on top of the learning curve.
Re: Why I use vim
#27I am stuck with windows and cygwin. Is there a way to run vim without the weird bugs? I run rxvt and still see a lot of weirdness with vim, I really only use it for quick edits. I would love to put in the time to learn it better, but I don't want to suffer through weirdness on top of the learning curve.
gVim runs just fine on windows, although I cannot speak for the terminal equivalent.
Re: Why I use vim
#28I used to use Vim, and then I got a job after college working with .NET (this was in 2003). Since then I've used Visual Studio as my primary IDE. Its features (or that of Eclipse) seem to (pardon the pun) eclipse the crap out of Vim. The contextual information you get in VS by hovering your mouse on any variable, the built-in debugging, etc. Studio isn't a just text editor, it actually understands the semantics of yo…
I think this exemplifies this: http://vimdoc.sourceforge.net/htmldoc/tips.html#shell-window
Re: Why I use vim
#29This describes me. I really, really want to like Emacs and learn to use it, but coming from vim, such heavy use of the meta keys just feels wrong.
Re: Why I use vim
#30The article should have been named "I use vim". Where does it explain the why?