Why Vi Rocks
why-vi.rocks
Why Vi Rocks
1–10 of 80 posts
Re: Why Vi Rocks
#2Re: Why Vi Rocks
#3Re: Why Vi Rocks
#4Re: Why Vi Rocks
#5Re: Why Vi Rocks
#6All the examples listed are pretty uncommon or trivial in any of the other IDEs (aside from the regex part, which is cool, but I never want to be in a place where I have to regex my code...ever). 90% of the time I’m doing simple code maintenance, with an occasional refactoring. And I know devs that swear by vi...they are developing any faster than I am, and I touch my mouse about as much as they do (hardly ever).
My favorite is still Visual Studio with Resharper, worst is XCode.
Re: Why Vi Rocks
#7Re: Why Vi Rocks
#8Re: Why Vi Rocks
#9i see people struggling, fighting with Intelli-J every day. I wish I could give them vim as a gift. All the extra stuff you think you can't possibly give up you don't need. I'm a professional text file editor. Vim is like playing the piano. I guess what I'm saying is learn to play the piano for real, and don't spend your life in a piano-player-helper IDE thing.
Re: Why Vi Rocks
#10I’ve learned some vi, and emacs, Visual Studio, VS Code, XCode, IntelliJ, and Android Studio. All the examples listed are pretty uncommon or trivial in any of the other IDEs (aside from the regex part, which is cool, but I never want to be in a place where I have to regex my code...ever). 90% of the time I’m doing simple code maintenance, with an occasional refactoring. And I know devs that swear by vi...they are dev…
Even then, the most common cases for me are searching for a string only at the beginning or ending of a line, or only searching for instances that are not part of a larger word.