Reasons To Give The Vim Text Editor A Chance
makeuseof.com
Reasons To Give The Vim Text Editor A Chance
1–10 of 68 posts
Re: Reasons To Give The Vim Text Editor A Chance
#2- In the long run, it's faster to learn and use an "efficiency" editor, so I need to learn one of vim, emacs, notepad++, etc. The differences between these are probably negligible for a proficient user.
- Of these, only vim will be installed (or vi, which has a big enough overlap that it won't matter to me) on every system I'm going to need to use.
These are, incidentally, the same reasons I use QWERTY instead of Dvorak.
Re: Reasons To Give The Vim Text Editor A Chance
#3Re: Reasons To Give The Vim Text Editor A Chance
#4Re: Reasons To Give The Vim Text Editor A Chance
#5Re: Reasons To Give The Vim Text Editor A Chance
#6Re: Reasons To Give The Vim Text Editor A Chance
#7I love vim, I use it daily, but always for quick text editing. For real coding I need an IDE (netbeans). I never understood how people can code without debugging, profiling, code exploring. I'll probably get voted down, but, what Vim saves me, I wasted it on debugging. So I don't see any advantage using it as my primary editor.
Re: Reasons To Give The Vim Text Editor A Chance
#8I love vim, I use it daily, but always for quick text editing. For real coding I need an IDE (netbeans). I never understood how people can code without debugging, profiling, code exploring. I'll probably get voted down, but, what Vim saves me, I wasted it on debugging. So I don't see any advantage using it as my primary editor.
I'm sure many vim users wonder the same thing. They may also wonder how people can develop using tools that are coupled to each other rather than choosing the various development tools as they see fit.
In any event it's not either/or. The times I've needed Netbeans, for example, I use vim for actual code editing and the IDE for assorted handy click-here-to-run things.
Re: Reasons To Give The Vim Text Editor A Chance
#9Coincidentally, all the points equally apply to Emacs. Well, except the last one, I guess.
Re: Reasons To Give The Vim Text Editor A Chance
#10I love vim, I use it daily, but always for quick text editing. For real coding I need an IDE (netbeans). I never understood how people can code without debugging, profiling, code exploring. I'll probably get voted down, but, what Vim saves me, I wasted it on debugging. So I don't see any advantage using it as my primary editor.
I never understood how people can code without debugging, profiling, code exploring. I'm sure many vim users wonder the same thing. They may also wonder how people can develop using tools that are coupled to each other rather than choosing the various development tools as they see fit. In any event it's not either/or. The times I've needed Netbeans, for example, I use vim for actual code editing and the IDE for assor…