Vim Anti-Patterns That Cause Beginners To:Quit
1–10 of 135 posts
Re: Vim Anti-Patterns That Cause Beginners To:Quit
#2Re: Vim Anti-Patterns That Cause Beginners To:Quit
#3Re: Vim Anti-Patterns That Cause Beginners To:Quit
#4I’m guilty of this, although I typically don’t snap out of it so much as blow away my vimrc or start fresh.
> Usually after taking a step back, asking myself “do I really need this?” - it turned out I can do just fine without devicons and the latest plugins
Agreed, however the latest neovim + native lsp/lua offerings are pretty amazing. It’s a rabbit hole that I find it hard to stay out of. It’s still early days, but it seems to me that there’s a significant amount of functionality that this combo unlocks while side stepping some classic vim/vimscript pain.
Re: Vim Anti-Patterns That Cause Beginners To:Quit
#5Seems more like a weird para-work hobby than an actual productivity hack.
Re: Vim Anti-Patterns That Cause Beginners To:Quit
#6I just don't buy the premise that I will profit from spending a lot of time optimally customizing a text editor to my supposedly very unique and special needs. Seems more like a weird para-work hobby than an actual productivity hack.
Under a reasonable assumption that 'brain space' is finite, not filling it up with editor commands that may be used at most once a month will leave room for something more valuable instead. This applies for many other aspects in the life of an engineer: indiscriminately memorizing the options of ps/ls, specific APIs, etc.
Re: Vim Anti-Patterns That Cause Beginners To:Quit
#7I recommend https://vimvalley.com/ highly.
Devoting resources to getting into modal editing was a helpful investment for doing headless work in the cloud over SSH.
Re: Vim Anti-Patterns That Cause Beginners To:Quit
#8All said, if you don't know vim and don't want to learn it, you're not missing out on an occasional smile and a kick in discovering ysa2t or whatever the command. It's not as hyped up as it is treated by the elites. It's good.
Re: Vim Anti-Patterns That Cause Beginners To:Quit
#9I just don't buy the premise that I will profit from spending a lot of time optimally customizing a text editor to my supposedly very unique and special needs. Seems more like a weird para-work hobby than an actual productivity hack.
You'll learn a few shortcuts, because it would be nice to delete an entire line, or just look at the end of the file. What do you know `dd`, and `G` respectively do that for you.
Eventually things will become easier in vim, and you'll just have another tool at your disposal.
It took me years to begin to appreciate vim. I don't have a .vimrc, I use all the base settings. However, now that I know how to use vim it's become invaluable.
The thing about vim is that it doesn't have to be complicated. It can be as easy or as hard as you want it to be.