count_duckula@discuss.tchncs.detoAsklemmy@lemmy.ml•Veritasium's new video on Jumping Spiders is having its sponsor Better Help on blast in the top comments. Should we hold content creators to account?
2·
7 months agoI switched to Pipepipe from Newpipe because I wasn’t sure Newpipe was being maintained. Pipepipe has SponsorBlock.
I switched after development ended on the package manager I was using on neovim. I didn’t at that moment want to simplify my vimconfig, so I looked into helix.
Helix highlights the action you take, so if for example, you are deleting 5 lines, you select the lines first then hit delete. Sometimes the vim actions end up taking fewer keystrokes though. And I still prefer some ways vim does things. And I don’t always agree with the kakoune inspiration of helix (I haven’t used kakoune, just going by what the docs say) - for example, movement always selects text which I then have to unhighlight.
But the biggest reason I stuck to helix was sane LSP defaults out of the box with minimal config. I was tired of having to fix LSP related bugs in my vim config after package updates.
TLDR: saner defaults for helix + lazy to fix my bloated vimconfig.