Hacker News new | ask | show | jobs
by icambron 5032 days ago
I disagree. As someone who started using Vim recently, the issue wasn't learning modes/key sequences as it was just reaching feature parity with my previous editor (note that doesn't mean "acts like my previous editor", just "is at least as capable as my previous editor"). If I can't open files really quickly, I feel lost and upset, so I took care of that very early in the learning process by setting up CtrlP. Same with some other plugins.

More generally, to me, the features that happen ship with Vim aren't special. I want the best editor for me, which might require features the builders of Vim didn't want to include. Vanilla is just another flavor.

2 comments

That's why you need to learn Vim without plugins. Vim can "open files really quickly":

    :e *ba<Tab>
    :vs ../**/fo<Tab>
I love CtrlP but you can go a long way without any plugins. It just takes some time and effort.
Why are you using Vim and not your previous editor?